Visual Computing Library
|
TODO. More...
Functions | |
template<MeshConcept MeshType> | |
auto | vcl::boundingBox (const MeshType &m) |
Compute the bounding box of a mesh. | |
TODO.
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.
MeshType | The type of the mesh. It must satisfy the MeshConcept. |
[in] | m | The input mesh to compute the bounding box of |