Click or drag to resize
DigitalRuneSrtTransformToPose Method
Creates a Pose from an SrtTransform (Scale will be ignored!).

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Pose ToPose()

Return Value

Type: Pose
A pose that represents the same rotation and translation (ignoring all scalings).
See Also