Function nalgebra_glm::scale2d

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

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

See also: