Click or drag to resize
DigitalRuneSrtTransform  Conversion (SrtTransform to Pose)
Converts an SRT transform to a Pose. (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 static explicit operator Pose (
	SrtTransform srt
)

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