Gets oldTransformRate.AngularVelocity

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

Syntax

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

See Also