Click or drag to resize
DigitalRuneMassFrameInertia Property
Gets or sets the inertia.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F Inertia { get; set; }

Property Value

Type: Vector3F
The inertia.
Remarks
This vector contains the diagonal elements of the diagonalized inertia matrix.
See Also