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

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

Parameters

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