Trait Max
vecmath::traits
pub trait Max { fn max(self, other: Self) -> Self; }
Maximum value.
fn max(self, other: Self) -> Self
Returns the maximum value of self or other.
impl Max for f64
fn max(self, other: f64) -> f64
impl Max for f32
fn max(self, other: f32) -> f32