Click or drag to resize
DigitalRuneGeometricObjectPose Property
Gets or sets 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
public Pose Pose { get; set; }

Property Value

Type: Pose
The pose (position and orientation).

Implements

IGeometricObjectPose
Remarks

Changing this property raises the PoseChanged event.

See Also