|
MRMESH_API void | MR::positionVertsSmoothly (Mesh &mesh, const VertBitSet &verts, EdgeWeights edgeWeights=EdgeWeights::Cotan, VertexMass vmass=VertexMass::Unit, const VertBitSet *fixedSharpVertices=nullptr) |
|
MRMESH_API void | MR::positionVertsSmoothly (const MeshTopology &topology, VertCoords &points, const VertBitSet &verts, EdgeWeights edgeWeights=EdgeWeights::Cotan, VertexMass vmass=VertexMass::Unit, 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::positionVertsSmoothlySharpBd (const MeshTopology &topology, VertCoords &points, 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::positionVertsWithSpacing (const MeshTopology &topology, VertCoords &points, const SpacingSettings &settings) |
|
MRMESH_API void | MR::inflate (Mesh &mesh, const VertBitSet &verts, const InflateSettings &settings) |
|
MRMESH_API void | MR::inflate (const MeshTopology &topology, VertCoords &points, const VertBitSet &verts, const InflateSettings &settings) |
|
MRMESH_API void | MR::inflate1 (const MeshTopology &topology, VertCoords &points, const VertBitSet &verts, float pressure) |
|