Trait vecmat::vec::Dot[][src]

pub trait Dot<VT> {
    type Output;
    fn dot(self, other: VT) -> Self::Output;
}

Associated Types

Required Methods

Implementors