Delaunator-Python
Delaunator-Python copied to clipboard
Fast Delaunay triangulation of 2D points implemented in Python.
I randomly distributed a bunch of points and the result was triangulation that was completely wrong, with various edges overlapping/criss-crossing each other (and to be clear, not connecting at any...
Delaunator.py:276: SyntaxWarning: invalid escape sequence '\ ' apparently it doesn't like the comment in _legalize
Hi, is there a way to use this python implementation to voronoi neighbors that exclude pairs that do not have a common edge, akin to this solution https://observablehq.com/@d3/voronoi-neighbors from d3-delanauy...
Hello. I would like to ask if I can get your paper or help document so that I can learn to use it. If I can use it, it will...