[][src]Function physx_sys::PxShapeExt_sweep_mut

pub unsafe extern "C" fn PxShapeExt_sweep_mut(
    shape: *const PxShape,
    actor: *const PxRigidActor,
    unitDir: *const PxVec3,
    distance: f32,
    otherGeom: *const PxGeometry,
    otherGeomPose: *const PxTransform,
    sweepHit: *mut PxSweepHit,
    hitFlags: PxHitFlags
) -> bool