mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.24k stars 139 forks source link

return an ordered array of points if they are collinear #47

Closed Fil closed 5 years ago

Fil commented 5 years ago

Allows d3-delaunay to build the correct Voronoi tessellation for degenerate cases

Refs: