Trait vecmath::traits::Min [−][src]
pub trait Min {
pub fn min(self, other: Self) -> Self;
}Minimum value.
pub trait Min {
pub fn min(self, other: Self) -> Self;
}Minimum value.
impl Min for f32[src]impl Min for f64[src]