Function rin::math::vec2[][src]

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