Boolean curves intersection

Hi guys!
I want to perform boolean operation on 2 curves(array of vector3 points).

For example circle and square:

image

What is the easiest way to do it?

You have CSG to do that, but it operates on 3D objects, not 2D.

Note that you can simulate 2D objects if you make your objects very thin…

2 Likes

Thanks Evgeni!

Tried clipper.js and worked as well.