Reflection over a point, often called a half-turn rotation (180∘), is a geometric transformation where each point on an object is mapped to a new position such that the center of reflection becomes the midpoint between the original point and its image.
Suppose the center of reflection is P(a,b). If a point is reflected over point , its image will lie on the line passing through and , with as the midpoint of the segment .
If a point Q(x,y) is reflected over the point P(a,b), its image's coordinates, Q′(x′,y′), are determined by the formula:
x′=2a−x
y′=2b−y
Alternatively, it can be written as:
Q′(−x+2a,−y+2b)
This means the x-coordinate of the image is twice the x-coordinate of the center minus the original x-coordinate, and the same applies to the y-coordinate.