Function nalgebra_glm::scale2d

source ·
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: