#include "MRMeshFwd.h"
#include "MREnums.h"
Go to the source code of this file.
|
MRMESH_API void | MR::positionVertsSmoothly (Mesh &mesh, const VertBitSet &verts, EdgeWeights edgeWeightsType=EdgeWeights::Cotan, const VertBitSet *fixedSharpVertices=nullptr) |
|
MRMESH_API void | MR::positionVertsSmoothlySharpBd (Mesh &mesh, const VertBitSet &verts, const Vector< Vector3f, VertId > *vertShifts=nullptr, const VertScalars *vertStabilizers=nullptr) |
|
MRMESH_API void | MR::positionVertsWithSpacing (Mesh &mesh, const SpacingSettings &settings) |
| Moves given vertices to make the distances between them as specified.
|
|
MRMESH_API void | MR::inflate (Mesh &mesh, const VertBitSet &verts, const InflateSettings &settings) |
|