Type Definition sierra::vec2[][src]

pub type vec2<T = f32> = vec<T, 2>;
Expand description

Vector with 2-elements.

Trait Implementations