Type Definition sierra::vec3[][src]

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

Vector with 3-elements.

Trait Implementations