pub fn vec2<T>( x: T, y: T, ) -> Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>where T: Scalar,
Creates a new 2D vector.