Trait otter_api_tests::geometry::Mean[]

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

Required methods

pub fn mean(&self, other: &Self) -> Self

Loading content...

Implementations on Foreign Types

impl Mean for i32

Loading content...

Implementors

impl<T> Mean for PosC<T> where
    T: Mean + Debug

Loading content...