Closed Fil closed 5 years ago
Solves https://github.com/d3/d3-delaunay/issues/92 and adds a few tests for collinear datasets.
Also adds: - Kahan summation for more precision of the area computation - detect collinearity when delaunator returned 0 triangles
The Kahan summation is gone, so this branch should not be called kahan anymore :)
Solves https://github.com/d3/d3-delaunay/issues/92 and adds a few tests for collinear datasets.
Also adds:- Kahan summation for more precision of the area computation- detect collinearity when delaunator returned 0 triangles