Hi, i got problem i am trying to solve.
Basicly i got point moving along bunch of lines ( either rectangles/triangles it is custom, generated in code ).
I am using this equation to find out x,y coordinates for moving along specific line :
(its taken from code )
x = x1 + center.x + (x2 - x1)...