[][src]Function nalgebra_glm::scale2d

pub fn scale2d<N: Number>(m: &TMat3<N>, v: &TVec2<N>) -> TMat3<N>

Builds a 2D scaling matrix and right-multiply it to m.

See also: