pub unsafe extern "C" fn PxBounds3_transformSafe_1(
    transform: *const PxTransform,
    bounds: *const PxBounds3
) -> PxBounds3
Expand description

gets the transformed bounds of the passed AABB (resulting in a bigger AABB).

This version is safe to call for empty bounds.