change "optimizing 3d triangulations using discrete curvature analysis" pdf link

This commit is contained in:
Lucas Palomo Develop 2024-04-03 21:00:38 +02:00 committed by GitHub
parent a748adc740
commit f624d8a401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>