Type Definition vecmat::vector::Vector2[][src]

type Vector2<T> = Vector<T, 2>;

Trait Implementations

impl<T> From<Complex<T>> for Vector2<T>[src]