[]Function rusty_engine::prelude::glm::vec4_to_vec1

pub fn vec4_to_vec1<N>(
    v: &Matrix<N, U4, U1, <DefaultAllocator as Allocator<N, U4, U1>>::Buffer>
) -> Matrix<N, U1, U1, <DefaultAllocator as Allocator<N, U1, U1>>::Buffer> where
    N: Scalar