PhysicsDirectBodyState.applyCentralImpulse

Applies a single directional impulse without affecting rotation. This is equivalent to `apply_impulse(Vector3(0,0,0), impulse)`.

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

Meta