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

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.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