Volume Cartographer 2.27.0
|
Utility functions for calculations on meshes. More...
#include "vc/core/types/ITKMesh.hpp"
Go to the source code of this file.
Namespaces | |
namespace | volcart |
Volume Cartographer library | |
namespace | volcart::meshmath |
Mesh mathematical operations. | |
Functions | |
template<typename T , std::enable_if_t< std::is_floating_point< T >::value, bool > = true> | |
T | volcart::meshmath::TriangleArea (T a, T b, T c) |
Calculate the area of a triangle given its side lengths. More... | |
double | volcart::meshmath::SurfaceArea (const ITKMesh::Pointer &mesh) |
Calculate the surface area of an ITKMesh. | |