How can I move and rotate an object in an “infinity” or “figure 8” trajectory?
I know that the easiest way to move an object with the figure 8 trajectory is: x = cos(t); y = sin(2*t) / 2; but I just don’t know how to rotate it, lets says with a new variable r as rotation, how do I merge it into the above formula ? can anyone please … Read more