Function PhysicsServerSingleton.bodyApplyTorqueImpulse

Gives the body a push to rotate it.

void bodyApplyTorqueImpulse (
  const(RID) _body,
  const(Vector3) impulse
) nothrow @nogc;