v0.2.0
- Breaking: now
triangulate
returnsOption<Triangulation>
instead ofTriangulation
to be able to recover from an error. - Better error handling, tests.
triangulate
returns Option<Triangulation>
instead of Triangulation
to be able to recover from an error.