d3-delaunay

Compute the Voronoi diagram of a set of two-dimensional points.

ISC License

Downloads
11.3M
Stars
608
Committers
8

Bot releases are hidden (Show)

d3-delaunay - v6.0.4 Latest Release

Published by mbostock over 1 year ago

  • Fix circumcenters when the hull is collinear. #142
d3-delaunay - v6.0.3

Published by mbostock over 1 year ago

  • Fix precision error calculating voronoi.neighbors. #138 #139
  • Fix broken polygon. #140
d3-delaunay -

Published by mbostock over 3 years ago

  • Update dependencies.
  • Make build reproducible.
d3-delaunay -

Published by mbostock over 3 years ago

  • Adopt type: module.
  • Adopt delaunator@5 for robust Delaunay triangulation
  • Robust Voronoi circumcenters for collinear points on the hull
  • More bug fixes

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

d3-delaunay - v5.3.0

Published by Fil over 4 years ago

d3-delaunay - v5.2.1

Published by Fil over 4 years ago

  • removes a side effect (#99)
d3-delaunay - v5.2.0

Published by Fil over 4 years ago

  • Adds voronoi.neighbors(i)

Example at https://observablehq.com/@d3/voronoi-neighbors

d3-delaunay - v5.1.6

Published by Fil about 5 years ago

  • Mark the package as having no side effects (thanks, @stof)
  • Fix the detection of degenerate (collinear) triangulations (#92)
d3-delaunay - v5.1.5

Published by Fil about 5 years ago

  • avoid spurious points in the corners (#88)
d3-delaunay - v5.1.4

Published by Fil about 5 years ago

d3-delaunay - v5.1.3

Published by Fil about 5 years ago

  • removed zero-length edges from clipped voronoi cells (#42)
d3-delaunay - v5.1.2

Published by Fil about 5 years ago

  • fixes #80 “voronoi.update gives incorrect cells”
d3-delaunay -

Published by mourner over 5 years ago

Fix delaunay.find performance regression (~4x slower since v4.1.0)

d3-delaunay - v5.1.0

Published by Fil over 5 years ago

  • Adds voronoi.update (#74)
  • delaunay.update returns this (#73)
d3-delaunay - v5.0.2

Published by Fil over 5 years ago

  • fix a bug when updating to collinear points
d3-delaunay - v5.0.1

Published by Fil over 5 years ago

  • Update to Delaunator 4 (improving performance by ~10% and fixing bugs).
  • Define the Voronoi tessellation for 0, 1, 2 and more collinear points, improve robustness.
  • Fix delaunay.find for coincident points.
  • Add an update method for a faster update of the triangulation after in-place editing of points.
  • ⚠️ Breaking: remove delaunay.outedges.
d3-delaunay -

Published by mbostock about 6 years ago

  • Update to Delaunator 2.0.5.
d3-delaunay -

Published by mbostock about 6 years ago

  • Update Delaunator to 2.0.4.
d3-delaunay -

Published by mbostock about 6 years ago

  • Update Delaunator to 2.0.3.
d3-delaunay -

Published by mbostock about 6 years ago

  • Update Delaunator to 2.0.2.