Go to the source code of this file.
◆ MREdgeWeights
◆ MRFillHoleNicelyParams
typedef struct MRFillHoleNicelyParams MRFillHoleNicelyParams |
◆ MREdgeWeights
Enumerator |
---|
MREdgeWeightsUnit | all edges have same weight=1
|
MREdgeWeightsCotan | edge weight depends on local geometry and uses cotangent values
|
MREdgeWeightsCotanTimesLength | [deprecated] edge weight is equal to edge length times cotangent weight
|
MREdgeWeightsCotanWithAreaEqWeight | cotangent edge weights and equation weights inversely proportional to square root of local area
|
◆ 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()