Go to the source code of this file.
◆ MREdgeWeights
◆ MRFillHoleNicelyParams
typedef struct MRFillHoleNicelyParams MRFillHoleNicelyParams |
◆ MRVertexMass
◆ MREdgeWeights
Enumerator |
---|
MREdgeWeightsUnit | all edges have same weight=1
|
MREdgeWeightsCotan | edge weight depends on local geometry and uses cotangent values
cotangent edge weights and equation weights inversely proportional to square root of local area
|
◆ MRVertexMass
Enumerator |
---|
MRVertexMassUnit | all vertices have same mass=1
|
MRVertexMassNeiArea | vertex mass depends on local geometry and proportional to the area of first-ring triangles
|
◆ mrFillHoleNicely()
fills a hole in mesh specified by one of its edge, optionally subdivides new patch on smaller triangles, optionally make smooth connection with existing triangles outside the hole
- Returns
- triangles of the patch
◆ mrFillHoleNicelyParamsNew()