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