[][src]Function newton_sys::NewtonBodyApplyImpulseArray

pub unsafe extern "C" fn NewtonBodyApplyImpulseArray(
    body: *const NewtonBody,
    impuleCount: c_int,
    strideInByte: c_int,
    impulseArray: *const f32,
    pointArray: *const f32,
    timestep: f32
)