#include <MRNormalsToPoints.h>
Classes | |
| class | ISolver |
| pImpl More... | |
Public Member Functions | |
| MRMESH_API void | prepare (const MeshTopology &topology, float guideWeight=1) |
| MRMESH_API void | run (const VertCoords &guide, const FaceNormals &normals, VertCoords &points) |
| MRMESH_API 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"