Click or drag to resize
DigitalRuneSrtTransformFromPose Method
Creates an SrtTransform from a Pose.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static SrtTransform FromPose(
	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