| SrtTransform Conversion (Pose to SrtTransform) |
Converts a
Pose to an SRT transform.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static implicit operator SrtTransform (
Pose pose
)
Public Shared Widening Operator CType (
pose As Pose
) As SrtTransform
static implicit operator SrtTransform (
Pose pose
)
F# does not support the declaration of new casting operators.
Parameters
- pose
- Type: DigitalRune.GeometryPose
The pose.
Return Value
Type:
SrtTransform
An
SrtTransform that represents the same rotation and translation as
the
pose.
See Also