Function rin::math::vec5[][src]

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