Function rin::math::vec4[][src]

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