pub unsafe extern "C" fn PxBounds3_transformFast(
matrix: *const PxMat33,
bounds: *const PxBounds3,
) -> PxBounds3Expand description
gets the transformed bounds of the passed AABB (resulting in a bigger AABB).
Calling this method for empty bounds leads to undefined behavior. Use transformSafe instead.