delaunay
delaunay copied to clipboard
Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
in the function : static int del_init_tri( delaunay_t *del, int start ) I think this function is use for creating a initial triangle . here is the code which confused...
It would be good to give this code a version. This will make it easier for me to version the Python package accordingly.
Hi! I'm not sure that it is the issue, but did you tried to implement yours Divide and Conquer delaunay algorithm in java? It'll be very helpful for me. Thanks!