Click or drag to resize
DigitalRunePose Constructor (Matrix33F)
Initializes a new instance of the Pose class from orientation.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Pose(
	Matrix33F orientation
)

Parameters

orientation
Type: DigitalRune.Mathematics.AlgebraMatrix33F
The orientation.
See Also