Type Definition sierra::vec3[][src]

type vec3<T = f32> = vec<T, 3>;

Vector with 3-elements.

Trait Implementations