So next step in the iteration process.
I tried the forum and found that.
And i have quite the same question.
My problem:
I'm trying to make a script that does that:
and to achieve that, i need to cut each new iteration of my circles in relation to the already drawn ones
.More precisely, i'd like to remove the shortest (in red in the second image) part of the new circle, whose whole length has been "cut" at the intersection with the former circle(s).
So i guess i'd love some function() that does just that.
path.intersects tells me *if* it intersects (boolean), but not where. The ideal function would give me an Array() of the intersection points by means of which i could then cut the latter circle.
I hope i'm not too confuse explaining.
thanks!