[][src]Type Definition newton_sys::NewtonCollisionTreeRayCastCallback

type NewtonCollisionTreeRayCastCallback = Option<unsafe extern "C" fn(body: *const NewtonBody, treeCollision: *const NewtonCollision, intersection: f32, normal: *const f32, faceId: c_int, usedData: *const c_void) -> f32>;