Trait otter_base::geometry::Mean[][src]

pub trait Mean {
    fn mean(&self, other: &Self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors