MeshKernel
|
Compute the smoothness value for the edges. More...
#include <MeshSmoothness.hpp>
Static Public Member Functions | |
static std::vector< double > | Compute (const Mesh2D &mesh) |
Compute the smoothness values returning values in a vector. | |
static void | Compute (const Mesh2D &mesh, std::span< double > smoothness) |
Compute the smoothness values overwriting the values in an array. | |
Compute the smoothness value for the edges.