Skip to main content

b3ComputeMeshAABB

Function b3ComputeMeshAABB 

Source
pub unsafe extern "C" fn b3ComputeMeshAABB(
    shape: *const b3MeshData,
    transform: b3Transform,
    scale: b3Vec3,
) -> b3AABB
Expand description

Compute the bounding box of a transformed mesh. Scale may be non-uniform and have negative components.