GetMeshBoundingBox method

BoundingBoxD GetMeshBoundingBox(
  1. MeshD mesh
)

Compute mesh bounding box limits

Implementation

BoundingBoxD GetMeshBoundingBox(
  MeshD mesh,
) => run(
  () => _debugLabels.GetMeshBoundingBox(mesh),
  () => _flat.GetMeshBoundingBox(
    mesh,
  ),
);