How would you represent a reflection across an arbitrary line? I'd think you could do something like rotate the shape by the angle of the line, then apply a reflection across the y-axis, and then rotate the shape back.
0x484884
I'm not sure if its used in graphics at all, but reflections across circles are pretty cool, although its not typically a linear transformation.
How would you represent a reflection across an arbitrary line? I'd think you could do something like rotate the shape by the angle of the line, then apply a reflection across the y-axis, and then rotate the shape back.
I'm not sure if its used in graphics at all, but reflections across circles are pretty cool, although its not typically a linear transformation.