angularVelocity property

Vec3 angularVelocity
getter/setter pair

Angular velocity of the body, in world space. Think of the angular velocity as a vector, which the body rotates around. The length of this vector determines how fast (in radians per second) the body rotates.

Implementation

Vec3 angularVelocity = Vec3();