DesignEngrLab / MIConvexHull

A .Net fast convex hull library for 2, 3, and higher dimensions.
http://designengrlab.github.io/MIConvexHull/
MIT License
341 stars 60 forks source link

Question about support for runtime vertex modification? #21

Open Scorch-Dev opened 6 years ago

Scorch-Dev commented 6 years ago

Hi,

I was wondering if the API provides for run-time modification of vertices (particularly in the case of the 2d Delaunay and Voronoi diagrams), so that vertices can be added or removed individually without baking the entire mesh again? I haven't found anything in the repo so far indicating support for this though. Am I missing something, or has it not been implemented? And if not, are there any plans in the future to implement this feature? Thanks in advance.