CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.89k stars 1.38k forks source link

Add custom convex border parameterizers for SMP #8180

Open seirios opened 5 months ago

seirios commented 5 months ago

Summary of Changes

Add two new border parameterizers for Surface Mesh Parameterization: Convex_border_parameterizer and Parametric_curve_border_parameterizer. These allow using a convex polygon as border, specified as a point set of which the convex hull is computed (if not already strongly convex), or else a parametric convex curve specified as a pair of functions of the arc-length parameter. These are natural extensions of the Square and Circle border parameterizers already available, respectively. User can provide corresponding corners to the vertices of the convex polygon (as is possible with the Square).

Release Management

Remarks