Skip to content

Commit

Permalink
change "optimizing 3d triangulations using discrete curvature analysi…
Browse files Browse the repository at this point in the history
…s" pdf link
  • Loading branch information
lucaspalomodevelop committed Apr 3, 2024
1 parent a748adc commit f624d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshlabplugins/filter_cubization/curvedgeflip.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace tri
* This flip happens only if decreases the curvature of the surface
* Edge flip optimization based on the paper
* "optimizing 3d triangulations using discrete curvature analysis"
* http://www2.in.tu-clausthal.de/~hormann/papers/Dyn.2001.OTU.pdf
* https://www.inf.usi.ch/faculty/hormann/papers/Dyn.2001.OTU.pdf
*/
template <class TRIMESH_TYPE, class MYTYPE, class CURVEVAL>
class CurvEdgeFlip : public TopoEdgeFlip<TRIMESH_TYPE, MYTYPE>
Expand Down

0 comments on commit f624d8a

Please sign in to comment.