[][src]Function newton_sys::NewtonBodyAddImpulse

pub unsafe extern "C" fn NewtonBodyAddImpulse(
    body: *const NewtonBody,
    pointDeltaVeloc: *const f32,
    pointPosit: *const f32,
    timestep: f32
)