Hey I am pretty new in to processing and I was wondering if there was a Trig Function library that I can look at? Basically I want the program to know where the mouse is on a XY scale. I want to be able to create a shape but as long as the shape is outside a specific radius/diameter away from the current shape.
Meaning if I already have a shape at some point (x,y) and I want to create a new shape but it has to be some point (x+v,y+v) where v is some number away from the original (x,y) point. Pretty much test it from 0 to 2pi.
Meaning if I already have a shape at some point (x,y) and I want to create a new shape but it has to be some point (x+v,y+v) where v is some number away from the original (x,y) point. Pretty much test it from 0 to 2pi.
1