Function RigidBody2D.angularVelocity

The body's rotational velocity.

double angularVelocity() nothrow @property @nogc;

void angularVelocity (
  double v
) nothrow @property @nogc;