#include <MRMesh/MRNormalsToPoints.h>
Classes | |
| class | ISolver |
| pImpl More... | |
Public Member Functions | |
| void | prepare (const MeshTopology &topology, float guideWeight=1) |
| void | run (const VertCoords &guide, const FaceNormals &normals, VertCoords &points) |
| void | run (const VertCoords &guide, const FaceNormals &normals, VertCoords &points, float maxInitialDistSq) |
The purpose of this class is to update vertex positions given target triangle normals; see the article "Static/Dynamic Filtering for Mesh Geometry"