-
I've been stress-testing the Voronoi diagram builder and I have concluded that the library doesn't produce stable results when the input data gets a little complex.
My test cases consists of random…
-
Currently we throw an error from Delaunator:
```
Error: No Delaunay triangulation exists for this input.
```
There *is* a valid Voronoi diagram for n = 1 and n = 2, so we should allow an empty…
-
## **Problem**
I was learning PCL on Ubuntu, however, since the program must be created for Windows, i am trying to learn how to use on Visual Studio 2015. So vcpkg was used to install as a package…
-
Doing a pip install fails during wheel building, and TravisCI also shows the build failing.
```
Building wheels for collected packages: pymatgen, retrying
Building wheel for pymatgen (setup.py…
-
The following lines in the Voronoi diagram builder increase the clipping region significantly and the returned polygons are not clipped by the envelope supplied in the builder:
```
// add a buffer…
-
In Gitlab by @gjaeger on Oct 9, 2018, 20:38 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/issues/88)]
issue #87:
> When to use method D and when not is an important question. I h…
-
This is a feature request, and if there is any interest I have a patch that works.
I am trying to use ConvexHull to find the facets of the convex hull that are visible from a point.
My data set …
-
Hi! Thanks for building this, it is a really useful tool. Is there any way to create a voronoi diagram?
-
I want an exact nearest neighbor search with 100% recall within considerable time. Speed is OK around 0.1s.
Any suggestions on parameter tuning? Thanks a lot.
-
I wasn't sure if a site redesign is still on the table — it is mentioned here: https://github.com/kangax/fabric.js/wiki/Love-Fabric%3F-Help-us-by... — but I started to put something together that simp…