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

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

Trait Implementations