Trait vecmath::traits::Min[][src]

pub trait Min {
    pub fn min(self, other: Self) -> Self;
}

Minimum value.

Required methods

pub fn min(self, other: Self) -> Self[src]

Returns the minimum value of self or other.

Loading content...

Implementations on Foreign Types

impl Min for f32[src]

impl Min for f64[src]

Loading content...

Implementors

Loading content...