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 line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:43
auto boundingBox(const PointType &p)
Compute the bounding box of a single point.
Definition bounding_box.h:65
void updateBoundingBox(MeshType &m)
Updates the bounding box of the mesh.
Definition bounding_box.h:41