pub fn scaling2d<T>(
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
A 3 * 3 scale matrix created from a vector of 2 components.
pub fn scaling2d<T>(
v: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
) -> Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>where
T: Number,A 3 * 3 scale matrix created from a vector of 2 components.