[]Function rusty_engine::prelude::glm::vec4

pub fn vec4<N>(
    x: N,
    y: N,
    z: N,
    w: N
) -> Matrix<N, U4, U1, <DefaultAllocator as Allocator<N, U4, U1>>::Buffer> where
    N: Scalar

Creates a new 4D vector.