Click or drag to resize
DigitalRunePoseD Constructor (Vector3D, Matrix33D)
Initializes a new instance of the PoseD 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 PoseD(
	Vector3D position,
	Matrix33D orientation
)

Parameters

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