Click or drag to resize
DigitalRuneMassFramePose Property
Gets or sets the pose that defines the center of mass and the principal axes.

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 of the space where the center of mass is the origin and the inertia matrix is a diagonal matrix.
See Also