Skip to content

Commit

Permalink
Merge pull request #1481 from lucaspalomodevelop/main
Browse files Browse the repository at this point in the history
change "optimizing 3d triangulations using discrete curvature analysis" pdf link
  • Loading branch information
alemuntoni committed Apr 30, 2024
2 parents 3a15782 + f624d8a commit 608e512
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 608e512

Please sign in to comment.