Click or drag to resize
DigitalRunePoseOrientation Field
The orientation.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[DataMemberAttribute]
public Matrix33F Orientation

Field Value

Type: Matrix33F
Remarks
The orientation is stored as a 3x3 matrix. The matrix must represent a rotation.
See Also