Vector2

Type Alias Vector2 

Source
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 */ }