Gets worldInvInertia

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

Syntax

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

See Also