| WheelAngularVelocity Property |
Gets or sets the angular velocity of the wheel about the rotation axis.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float AngularVelocity { get; }
Public ReadOnly Property AngularVelocity As Single
Get
public:
property float AngularVelocity {
float get ();
}
member AngularVelocity : float32 with get
Property Value
Type:
SingleThe angular velocity.
See Also