yuyttenhove / meshless_voro

An implementation of the Meshless Voronoi algorithm (see: https://hal.inria.fr/hal-01927559/file/voroGPU.pdf)
9 stars 2 forks source link

Degenerate 3-plane intersection when using Voronoi::build #6

Open demondave opened 3 weeks ago

demondave commented 3 weeks ago

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

yuyttenhove commented 3 weeks ago

Hi, thanks for bringing this up, and thanks for providing an example.

I will look into it soon.