Open demondave opened 3 weeks ago
When using Voronoi::build on a set of points, the following error occurs:
Voronoi::build
thread '<unnamed>' panicked at /home/david/.cargo/registry/src/index.crates.io-6f17d22bba15001f/meshless_voronoi-0.7.1/src/geometry.rs:70:5: Degenerate 3-plane intersection!
meshless_voronoi
Hi, thanks for bringing this up, and thanks for providing an example.
I will look into it soon.
Problem:
When using
Voronoi::build
on a set of points, the following error occurs:thread '<unnamed>' panicked at /home/david/.cargo/registry/src/index.crates.io-6f17d22bba15001f/meshless_voronoi-0.7.1/src/geometry.rs:70:5: Degenerate 3-plane intersection!
Context:
Steps to Reproduce
Environment
meshless_voronoi
version: 0.7.1