artem-ogre / CDT

Constrained Delaunay Triangulation (C++)
https://artem-ogre.github.io/CDT/
Mozilla Public License 2.0
1.07k stars 133 forks source link

Feature/21 custom point type #23

Closed artem-ogre closed 4 years ago

artem-ogre commented 4 years ago

21 Support cutom point types in API:

Takes points as iterator range and X-/Y-getters as function objects to enable seamless addition and duplicate removal of custom point types.