Function RigidBody.applyTorqueImpulse

Applies a torque impulse which will be affected by the body mass and shape. This will rotate the body around the impulse vector passed.

void applyTorqueImpulse (
  const(Vector3) impulse
) nothrow @nogc;