pub unsafe extern "C" fn PxBounds3_transformSafe(
matrix: *const PxMat33,
bounds: *const PxBounds3,
) -> PxBounds3Expand description
gets the transformed bounds of the passed AABB (resulting in a bigger AABB).
This version is safe to call for empty bounds.