Vec2

Type Alias Vec2 

Source
pub type Vec2<T> = Vector<T, 2>;
Expand description

Alias for a 2-dimensional vector with the given type.

Aliased Typeยง

pub struct Vec2<T> { /* private fields */ }