Function nalgebra_glm::scale2d[][src]

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

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

See also: