reflect_y

Function reflect_y 

Source
pub fn reflect_y<E>() -> Mat2<E, DescriptorOrderColumnMajor>
Expand description

Produces a 2D reflection matrix across the y-axis.

ยงReturns

  • Mat<E, 2, 2>: A 2x2 reflection matrix.