pub unsafe extern "C" fn PxBounds3_intersects(
    self_: *const PxBounds3,
    b: *const PxBounds3
) -> bool
Expand description

indicates whether the intersection of this and b is empty or not.