Gets or Sets bodyInertia

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

Syntax

C#
public Matrix BodyInertia { get; set; }
Visual Basic
Public Property BodyInertia As Matrix
	Get
	Set
Visual C++
public:
property Matrix BodyInertia {
	Matrix get ();
	void set (Matrix value);
}

See Also