Click or drag to resize
DigitalRuneIGeometricObjectPose Property
Gets the pose (position and orientation).

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
Pose Pose { get; }

Property Value

Type: Pose
The pose (position and orientation).
Remarks

Changing this property raises the PoseChanged event.

See Also