Function PhysicsDirectBodyState.applyTorqueImpulse

Apply a torque impulse (which will be affected by the body mass and shape). This will rotate the body around the vector j passed as parameter.

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