We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to check if coordinates x,y are inside of a certain shape. Several shapes with different parameters should be used for the check. Is there an "easy" way to do this mathematically or can I just check the background color somehow? Thx (I am totally new to graphics/processing)
Here is an example for a possible shape.
Answers
in theory you can check with get()
It can be done mathematically, in theory. In practice, it is much simpler to check the color of the shape, indeed.