Type Alias Vector2

Source
pub type Vector2<T> = [T; 2];
Expand description

A 2D vector.