Gets or Set invMass

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

Syntax

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

See Also