2021-06-01

Calculating rotation and translation of axes given original and transformed points

How can we derive the angle by which the origin is rotated and axes are shifted given the list of points before the transformation was done and after the transformation is done.

example:
Before transformation - [(-4648, 2144), (-4311, 2155), (-3589, 357)]
After transformation  - [(591, 157), (1073, 168), (1596, -223)]

Origin details are not known. We are using a Cartesian coordinate system having x and y axes.

I want to know whether this is even possible or not?



from Recent Questions - Stack Overflow https://ift.tt/34AtQD6
https://ift.tt/eA8V8J

No comments:

Post a Comment