Type Definition sierra::vec2

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

Vector with 2-elements.

Trait Implementations§