I need a .Net Voronoi library or geometry library with support for Voronoi diagrams and preferably Delaunay triangulation. The following characteristics are required:
- No interop OR if it has an interop dependency, it needs to be prebuilt and ready to reference
- Needs to support irregular bounding polygons so that I can generate recursive (fractal) Voronoi diagrams
- Purely vector-based - I don't need/want to generate bitmaps
- Support for
doubleprecision preferred but not essential - I'd prefer a fast, efficient library, but I am relaxed on this point (within reason)
- Free and/or open source