Definition

  • Reflection is a transformation that flips an object over a line (in 2D) or a plane (in 3D), creating a mirror image.
  • Reflection can be defined across various axes (e.g., X-axis, Y-axis).
  • In 2D, reflection matrices invert one axis’s coordinates while keeping the other the same.
  • In matrix form, reflection is represented by using -1 to invert the axis across which reflection occurs.
Reflection across X-axis:
Reflection across Y-axis:
Example: Reflection across X-axis
Example: Reflection across Y-axis