Hi,
Could anyone help me find the intersection between a set of closed curves. I want to return a boolean indicating if one of the curves are intersecting.
not intersecting (False )
intrsectiong (True)
Hi,
Could anyone help me find the intersection between a set of closed curves. I want to return a boolean indicating if one of the curves are intersecting.
not intersecting (False )
intrsectiong (True)
Thanks, Exactly what I was looking for!
Don’t think I would have combed up with that myself