We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probably related to #9:
union of non-intersecting polygons returns null here, but returns the input polygons with "martinez".
union
null
> m.union([ pencilPolygon.map(p2arr) ], [ eraserPolygon.map(p2arr) ]); [ [ [ 0.11612903225806452, 0.33455451259745367 ], [ 0.11720430107526882, 0.33455451259745367 ], [ 0.11720430107526882, 0.33064826259745367 ], [ 0.11612903225806452, 0.33064826259745367 ] ], [ [ 0.14516129032258066, 0.4109600939072074 ], [ 0.14623655913978495, 0.4109600939072074 ], [ 0.14623655913978495, 0.3718975939072074 ], [ 0.14516129032258066, 0.3718975939072074 ] ] ] > gh.union(pencilPolygon, eraserPolygon) null
The text was updated successfully, but these errors were encountered:
I don't know, logic probably requires that it would return both polygons
Sorry, something went wrong.
No branches or pull requests
Probably related to #9:
union
of non-intersecting polygons returnsnull
here, but returns the input polygons with "martinez".The text was updated successfully, but these errors were encountered: