Finding centre of rotation for a set of points [closed]
If I have an arbitrary set of points, and then the same set of points rotated by some degree, does anyone know of any algorithms to calculate/estimate where the centre of the rotation is? Or an area of study where these kinds of algorithms are needed? I am having trouble finding any relevant information. Thanks Lets say you have one point (x, y), that moved to (x', y'). Then the center of rotation must lie on the line that is perpendicular to (x,y)-(x',y'), and that intersects the center (x,y)-(x',y'). Now take another point, (x2, y2), that moved to (x'2, y'2). This also gives rise to a line