Function nalgebra_glm::shear_x

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

Transforms a matrix with a shearing on Y axis.