Trait oxide_math::vector::InnerProduct[][src]

pub trait InnerProduct {
    fn inner_product(&self, _rhs: &Self) -> f32;
}

Required methods

Implementors