|
Developer Documentation
|
Functions for calculating curvatures. More...
#include <vector>Go to the source code of this file.
Functions | |
| template<typename MeshT > | |
| double | curvature::gauss_curvature (MeshT &_mesh, const typename MeshT::VertexHandle &_vh) |
| template<class MeshT , class VectorT , class REALT > | |
| void | curvature::discrete_mean_curv_op (const MeshT &_m, const typename MeshT::VertexHandle &_vh, VectorT &_n, REALT &_area) |
Functions for calculating curvatures.
Definition in file Curvature.hh.