Type Definition sierra::vec2[][src]

type vec2<T = f32> = vec<T, 2>;

Vector with 2-elements.

Trait Implementations