Link to home
Start Free TrialLog in
Avatar of Sergy Stouk
Sergy StoukFlag for Canada

asked on

Finding point coordinates after canvas rotation

I have an image with known coordinates of multiple points within it.
I need to find a new position for each of the point after I rotate the canvas of the image a certain degree around the center.
Anyone has a way to calculate it?
I am working on a project of mapping multiple land-maps to position on Google-map but the axis is not matching.
Rotating the image itself is not good as it distorts the text.
Best way is to virtually rotate the image to match the google-mp alignment and then draw poligons on google-map after rotation.
But I need to find coordinates of each point after I rotate the original image around its center.
I know I shoudl probably treat the image as a circle and re-calculate each point after finding its center but I need a formula.
ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial