Function rin::math::vec6[][src]

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