Click or drag to resize
DigitalRuneSrtTransform  Conversion (Pose to SrtTransform)
Converts a Pose to an SRT transform.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static implicit operator SrtTransform (
	Pose pose
)

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