Trait vecmat::mat::Outer[][src]

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

Associated Types

Required Methods

Implementors