pub unsafe extern "C" fn PxBounds3_transformFast_1(
    transform: *const PxTransform,
    bounds: *const PxBounds3
) -> PxBounds3
Expand 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.