Function nalgebra_glm::shear_z

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

Transforms a matrix with a shearing on Z axis.