poly_bool_dart
poly_bool_dart copied to clipboard
Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs
Results
2
poly_bool_dart issues
Sort by
recently updated
recently updated
newest added
Update coordinate.dart see https://github.com/mohammedX6/poly_bool_dart/issues/6
Exception: PolyBool: Zero-length segment detected; your epsilon is probably too small or too large
2
Thanks for this package! Unfortunately I get this error with some (valid) coordinates. **polybool 0.2.0** Here is a simple example: ``` import 'package:polybool/polybool.dart'; void main(args) { var poly1 = Polygon(regions:...