Calculating rotation around a central pivot in Design Philosophy
|
|
How does one determine the new location of an object that is set to rotate around an origin not centred on the object? I know it has something to do with arc length, but that was in the first semester of grade 12, and man, it's been one and a half years since then, so you certainly can't expect me to remember that. ;-)
|
Isn't it something like:
y = r*sin(a)
x = r*cos(a)
...where r=radius, a=angle, x=x-coordinate, y=y-coordinate.
I could be wrong...