ReflectionMatrix
ReflectionMatrix[v] gives the matrix that represents reflection of points in a mirror normal to the vector v.
Examples
ReflectionMatrix[{1, 0}]
(* {{-1, 0}, {0, 1}} *)Please visit the official Wolfram Language Reference for more details.