| SrtTransform Conversion (SrtTransform to Pose) |
Converts an SRT transform to a
Pose. (
Scale will be ignored!)
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static explicit operator Pose (
SrtTransform srt
)
Public Shared Narrowing Operator CType (
srt As SrtTransform
) As Pose
static explicit operator Pose (
SrtTransform srt
)
F# does not support the declaration of new casting operators.
Parameters
- srt
- Type: DigitalRune.Animation.CharacterSrtTransform
The transform.
Return Value
Type:
Pose
A pose that represents the same rotation and translation (ignoring all scalings).
See Also