[][src]Function newton_sys::NewtonWorldRayCast

pub unsafe extern "C" fn NewtonWorldRayCast(
    newtonWorld: *const NewtonWorld,
    p0: *const f32,
    p1: *const f32,
    filter: NewtonWorldRayFilterCallback,
    userData: *const c_void,
    prefilter: NewtonWorldRayPrefilterCallback,
    threadIndex: c_int
)