Click or drag to resize
DigitalRunePoseD Constructor (Matrix33D)
Initializes a new instance of the PoseD class from orientation.

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

Parameters

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