Type Definition grafix_toolbox::uses::vec3[][src]

type vec3<T> = (T, T, T);

Trait Implementations