Function scale2d

Source
pub fn scale2d<T>(
    m: &Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>,
    v: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
) -> Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>
where T: Number,
Expand description

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

ยงSee also: