geom
geom copied to clipboard
How to check a polygon for self-intersection or MakeValid?
Hi all!
Can you tell me a convenient way to check a polygon for self-intersection or apply a method from a neighboring library ctessum/polyclip-go
MakeValid()
?
Or can you make methods Polygon.toPolyClip()
and polyClipToPolygon()
public?
I'd be okay with making those methods public. Feel free to make a pull request.