Hi,
how can I check if a point is inside of a triangle? Is there a mathematical formula for it?
And what about any N sided shape?
And assuming this is true:
Thank you!
Hi,
how can I check if a point is inside of a triangle? Is there a mathematical formula for it?
And what about any N sided shape?
And assuming this is true:
Thank you!
does this work with any shape? It should right?
I didn’t test it, sorry.
It should. the only problem now is to sort the points to form a ring.