Trait oxide_math::vector::OuterProduct[][src]

pub trait OuterProduct {
    fn outer_product(&self, _rhs: &Self) -> Vector3;
}

Required methods

Implementors