VPTissue Reference Manual
|
Helper functions for mesh geometry. More...
#include <MeshGeometry.h>
Static Public Member Functions | |
static std::tuple< std::array< double, 3 >, std::array< double, 3 > > | BoundingBox (std::shared_ptr< Mesh > mesh) |
Calculate a bounding box around the mesh. | |
static std::tuple< double, double, double > | Compactness (const Mesh *mesh) |
Calculate the convex hull of the cells in the mesh and returns respectively the ratio of the areas of the mesh and the hull, the area of the hull and the circumference of the hull. | |
Helper functions for mesh geometry.
Definition at line 34 of file MeshGeometry.h.