Click or drag to resize
DigitalRuneRigidBodyAngularVelocity Property
Gets or sets the angular velocity about the center of mass in world space.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F AngularVelocity { get; set; }

Property Value

Type: Vector3F
The angular velocity in world space.
See Also