However: nothing in Thompson’s book will talk about “curvy” lines. If they are segments of a circle, you can use circle collision, but otherwise you are in for some more serious math that isn’t covered there. What kinds of “curvy lines” do you mean? Splines / Bezier curves? Are they defined by a mathematical formula, or are they being drawn using Processing functions like curveVertex()…?
1 Like