| MassFramePose Property |
Gets or sets the pose that defines the center of mass and the principal axes.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public Pose Pose { get; set; }
Public Property Pose As Pose
Get
Set
public:
property Pose Pose {
Pose get ();
void set (Pose value);
}
member Pose : Pose with 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