Type Definition na::Vector[][src]

type Vector<N, D, S> = Matrix<N, D, U1, S>;

A matrix with one column and D rows.

Trait Implementations

impl<'a, T, S> JoinVec<T, Matrix<T, U2, U1, S>> for Vector<T, U2, S> where
    T: BaseNum,
    S: Storage<T, U2, U1>, 
[src]

type Output = Vector4<T>

impl<'a, T, S1, S2> JoinVec<T, Matrix<T, U2, U1, S2>> for Vector<T, U1, S1> where
    T: BaseNum,
    S1: Storage<T, U1, U1>,
    S2: Storage<T, U2, U1>, 
[src]

type Output = Vector3<T>

impl<'a, T, S> JoinVec<T, T> for Vector<T, U3, S> where
    T: BaseNum,
    S: Storage<T, U3, U1>, 
[src]

type Output = Vector4<T>