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