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

checks a box is inside another box.