Function nalgebra_glm::shear_y

source ·
pub fn shear_y<N: Number>(m: &TMat4<N>, x: N, z: N) -> TMat4<N>
Expand description

Transforms a matrix with a shearing on Y axis.