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