23#ifndef VCL_ALGORITHMS_MESH_UPDATE_BOUNDING_BOX_H
24#define VCL_ALGORITHMS_MESH_UPDATE_BOUNDING_BOX_H
26#include <vclib/algorithms/mesh/stat/bounding_box.h>
40template<HasBoundingBox MeshType>
A class representing a box in N-dimensional space.
Definition box.h:46
auto boundingBox(const PointType &p)
Compute the bounding box of a single point.
Definition bounding_box.h:59
void updateBoundingBox(MeshType &m)
Updates the bounding box of the mesh.
Definition bounding_box.h:41