[][src]Function newton_sys::NewtonCollisionCollideContinue

pub unsafe extern "C" fn NewtonCollisionCollideContinue(
    newtonWorld: *const NewtonWorld,
    maxSize: c_int,
    timestep: f32,
    collisionA: *const NewtonCollision,
    matrixA: *const f32,
    velocA: *const f32,
    omegaA: *const f32,
    collisionB: *const NewtonCollision,
    matrixB: *const f32,
    velocB: *const f32,
    omegaB: *const f32,
    timeOfImpact: *const f32,
    contacts: *const f32,
    normals: *const f32,
    penetration: *const f32,
    attributeA: *const c_longlong,
    attributeB: *const c_longlong,
    threadIndex: c_int
) -> c_int