Trait cgmath::PartialOrd
source · pub trait PartialOrd {
// Required methods
fn partial_min(self, other: Self) -> Self;
fn partial_max(self, other: Self) -> Self;
}Expand description
A trait providing a partial ordering.
pub trait PartialOrd {
// Required methods
fn partial_min(self, other: Self) -> Self;
fn partial_max(self, other: Self) -> Self;
}A trait providing a partial ordering.