Function physx_sys::PxBVH_raycast

source ·
pub unsafe extern "C" fn PxBVH_raycast(
    self_: *const PxBVH,
    origin: *const PxVec3,
    unitDir: *const PxVec3,
    maxDist: f32,
    cb: *mut PxBVHRaycastCallback,
    queryFlags: PxGeometryQueryFlags
) -> bool
Expand description

Raycast test against a BVH.

false if query has been aborted