- #1
thetexan
- 269
- 13
Let's say I have a 5 vertex polygon drawn on a x/y graph. Each of those vertices have an x/y coordinate.
Now let's say I want to rotate the polygon 25 degrees clockwise and calculate the new coordinates of each vertex.
How can I do that so that by knowing the original coordinate I can do a math transformation and know the resulting coordinate?
Is matrix algebra involved? Is there a simple way that a math challenged guy like me can understand?
Tex
Now let's say I want to rotate the polygon 25 degrees clockwise and calculate the new coordinates of each vertex.
How can I do that so that by knowing the original coordinate I can do a math transformation and know the resulting coordinate?
Is matrix algebra involved? Is there a simple way that a math challenged guy like me can understand?
Tex