[]Function rusty_engine::prelude::glm::vec2

pub fn vec2<N>(
    x: N,
    y: N
) -> Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer> where
    N: Scalar

Creates a new 2D vector.