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.

struct PhysicsDirectBodyState
@nogc nothrow
void
applyTorqueImpulse
(
in Vector3 j
)

Meta