-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem summary
After applying the resample transform to an image that has a spacing that is perfectly d…
-
Hi, I spent a couple of hours yesterday fixing a bunch of memory leaks that were reported by Unity when I was running the demo project. Are you interested in seeing the fixes? Maybe it was something t…
-
**Article:** [Delaunay triangulation and Voronoi diagram](https://cp-algorithms.com/geometry/delaunay.html)
**Problem:**
tie() not defined anywhere
-
**Article:** [Delaunay triangulation and Voronoi diagram](https://cp-algorithms.com/geometry/delaunay.html)
**Problem:**
swap() is not implemented
-
Thanks for sharing this great library. It is super fast (minutes for even millions of nodes). Excellent work!
I found the Smooth command does not work as expected when I have a orphan segment in the …
shenh updated
2 years ago
-
**Platform**: Android 10, also tested on Linux x64
**Build**: 135
**Issue**: which team's space should fill a voronoi diagram with no nodes on it? the answer is an arrayindexoutofbounds exceptio…
-
Given 2 points, `144.15753183116175, 148.76233737400082` and `-140.05365988451959, 143.19845406198522` with the polygon:
```
{ 250, 200 },
{ 250, -200 },
{ -250, -200 },
{ -250, 200 }
```
T…
-
Hi,
I have a set of points over the Netherlands and also the polygon of the country, both in `.shp` format. Originally, both the points and the polygon were encoded in `EPSG:4326` (WGS84), but they…
-
As mentioned in #3, the corners of the Voronoi-Diagram sometimes get removed.
Comparing the same points and bounding boxes, with and without `Clipping` yielded the following results,
Where I shift…
-
Dear sir, you mentioned
> (2) 𝐶2 of one vehicle has not arrived (e.g., due to limited bandwidth) but the 𝐶3 of all its neighboring vehicles have been delivered; (3) Neither 𝐶1 nor 𝐶2 of one vehicl…