Trait Min
vecmath::traits
pub trait Min { pub fn min(self, other: Self) -> Self; }
Minimum value.
pub fn min(self, other: Self) -> Self
Returns the minimum value of self or other.
impl Min for f32
pub fn min(self, other: f32) -> f32
impl Min for f64
pub fn min(self, other: f64) -> f64