pub type Vector2<T> = Vector<T, 2>;Expand description
A static 2D vector alias for Vector<T, 2>.
Aliased Typeยง
pub struct Vector2<T> { /* private fields */ }pub type Vector2<T> = Vector<T, 2>;A static 2D vector alias for Vector<T, 2>.
pub struct Vector2<T> { /* private fields */ }