[−][src]Trait vecmath::traits::Min
Minimum value.
Required methods
fn min(self, other: Self) -> Self
Returns the minimum value of self or other.
Minimum value.
fn min(self, other: Self) -> Self
Returns the minimum value of self or other.
impl Min for f32
[src]impl Min for f64
[src]