[][src]Function newton_sys::NewtonWorldConvexCast

pub unsafe extern "C" fn NewtonWorldConvexCast(
    newtonWorld: *const NewtonWorld,
    matrix: *const f32,
    target: *const f32,
    shape: *const NewtonCollision,
    param: *const f32,
    userData: *const c_void,
    prefilter: NewtonWorldRayPrefilterCallback,
    info: *const NewtonWorldConvexCastReturnInfo,
    maxContactsCount: c_int,
    threadIndex: c_int
) -> c_int