Function nalgebra_glm::shear_x

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

Transforms a matrix with a shearing on Y axis.