Equivalent (PShape?) to Java2D Area subtract

There’s not really any relationship between PShape and awt.Shape.

You can use the Processing Geometry Suite library to perform 2D boolean operations (addition, subtraction, intersection, etc.) on PShapes directly.

2 Likes