Function rin::math::vec3[][src]

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