Answer:
Hey, you don't include any points, but I can give you the rule for an 180 degree rotation.
You just need to write the same points, but negative. So going from (x,y) to
(-x,-y).
As an example let's say you wanted to rotate (3,-4) 180 degrees about the origin. The the point after the rotation would be (-3,4).
Hope that helps!