pub fn vec4_to_vec1<T>(
v: &Matrix<T, Const<4>, Const<1>, ArrayStorage<T, 4, 1>>,
) -> Matrix<T, Const<1>, Const<1>, ArrayStorage<T, 1, 1>>where
T: Scalar,Expand description
Creates a 1D vector from another vector.
pub fn vec4_to_vec1<T>(
v: &Matrix<T, Const<4>, Const<1>, ArrayStorage<T, 4, 1>>,
) -> Matrix<T, Const<1>, Const<1>, ArrayStorage<T, 1, 1>>where
T: Scalar,Creates a 1D vector from another vector.