[][src]Function physx_sys::PxBVHStructure_sweep

pub unsafe extern "C" fn PxBVHStructure_sweep(
    self_: *const PxBVHStructure,
    aabb: *const PxBounds3,
    unitDir: *const PxVec3,
    maxDist: f32,
    maxHits: u32,
    sweepHits: *mut u32
) -> u32