pub trait Mirror<T> { fn mirror_x(&self) -> Self; fn mirror_y(&self) -> Self; }
Mirror at the x or y axis.
Mirror this shape at the x-axis.
x
Mirror this shape at the y-axis.
y