Visual Computing Library
Loading...
Searching...
No Matches
Mesh Statistic Algorithms

TODO. More...

Collaboration diagram for Mesh Statistic Algorithms:

Functions

template<MeshConcept MeshType>
auto vcl::boundingBox (const MeshType &m)
 Compute the bounding box of a mesh.
 

Detailed Description

TODO.

Function Documentation

◆ boundingBox()

template<MeshConcept MeshType>
auto vcl::boundingBox ( const MeshType &  m)

Compute the bounding box of a mesh.

Given a mesh m, this function computes and returns the bounding box of the mesh. The bounding box is represented by a vcl::Box object.

Template Parameters
MeshTypeThe type of the mesh. It must satisfy the MeshConcept.
Parameters
[in]mThe input mesh to compute the bounding box of
Returns
The bounding box of the input mesh