[][src]Function physx_sys::PxMeshQuery_sweep_mut

pub unsafe extern "C" fn PxMeshQuery_sweep_mut(
    unitDir: *const PxVec3,
    distance: f32,
    geom: *const PxGeometry,
    pose: *const PxTransform,
    triangleCount: u32,
    triangles: *const PxTriangle,
    sweepHit: *mut PxSweepHit,
    hitFlags: PxHitFlags,
    cachedIndex: *const u32,
    inflation: f32,
    doubleSided: bool
) -> bool