pub fn shear2d_y<T: Number>(m: &TMat3<T>, x: T) -> TMat3<T>
Expand description

Transforms a matrix with a shearing on Y axis.