ReflectionTransform¶
Represents a reflection in the hyperplane through the origin perpendicular to a vector.
A second argument reflects in the hyperplane through that point.
$ wo 'ReflectionTransform[{1, 0}, {2, 3}]'
TransformationFunction[{{-1, 0, 4}, {0, 1, 0}, {0, 0, 1}}]
Applying the transformation reflects a point.