| HingeJointRelativeAngularVelocity Property |
Gets the relative angular velocity about the hinge axis.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float RelativeAngularVelocity { get; }
Public ReadOnly Property RelativeAngularVelocity As Single
Get
public:
property float RelativeAngularVelocity {
float get ();
}
member RelativeAngularVelocity : float32 with get
Property Value
Type:
SingleThe relative angular velocity about the hinge axis.
See Also