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

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

Trait Implementations

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

fn from(comp: Complex<T>) -> Self[src]

Performs the conversion.