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

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

Parameters

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