Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API EdgeMetric | MR::identityMetric () |
metric returning 1 for every edge | |
MRMESH_API EdgeMetric | MR::edgeLengthMetric (const Mesh &mesh) |
MRMESH_API EdgeMetric | MR::discreteAbsMeanCurvatureMetric (const Mesh &mesh) |
MRMESH_API EdgeMetric | MR::discreteMinusAbsMeanCurvatureMetric (const Mesh &mesh) |
MRMESH_API EdgeMetric | MR::edgeCurvMetric (const Mesh &mesh, float angleSinFactor=2, float angleSinForBoundary=0) |
MRMESH_API EdgeMetric | MR::edgeTableSymMetric (const MeshTopology &topology, const EdgeMetric &metric) |
EdgeMetric | MR::edgeTableMetric (const MeshTopology &topology, const EdgeMetric &metric) |