Click or drag to resize
DigitalRunePose  Conversion (Pose to Matrix44F)
Converts a pose to a 4x4 transformation matrix.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static implicit operator Matrix44F (
	Pose pose
)

Parameters

pose
Type: DigitalRune.GeometryPose
The pose.

Return Value

Type: Matrix44F
A 4x4-matrix that represents the same transformation as the pose.
See Also