Gets worldInertia

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Matrix WorldInertia { get; }
Visual Basic
Public ReadOnly Property WorldInertia As Matrix
	Get
Visual C++
public:
property Matrix WorldInertia {
	Matrix get ();
}

See Also