[][src]Trait coord::Vector

pub trait Vector {
    type Item: VecItem;
}

A trait implemented by all vector types

Associated Types

Loading content...

Implementors

impl<T: VecItem> Vector for Vec1<T>[src]

type Item = T

impl<T: VecItem> Vector for Vec2<T>[src]

type Item = T

impl<T: VecItem> Vector for Vec3<T>[src]

type Item = T

impl<T: VecItem> Vector for Vec4<T>[src]

type Item = T

Loading content...