Delaunator Rs Versions Save

Fast 2D Delaunay triangulation in Rust. A port of Delaunator.

v1.0.2

1 year ago

Fix crash when encountering NaN in coordinates #28 (by @AndriBaal)

v1.0.1

2 years ago

Fix a bug that caused collinear hull points to not be included in the hull (#24)

v1.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/mourner/delaunator-rs/compare/v0.2.1...v1.0.0

Breaking changes

  • triagulate does not return Option anymore - triangulate always return (possibly empty triangulation with a hull)

v0.2.1

2 years ago

Fix a bug that could cause an index out of bounds panic.

v0.2.0

5 years ago
  • Breaking: now triangulate returns Option<Triangulation> instead of Triangulation to be able to recover from an error.
  • Better error handling, tests.

v0.1.1

5 years ago

Initial release.