Function physx_sys::PxBVH_sweep

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

Sweep test against a BVH.

false if query has been aborted