Trait crayon::math::aabb::MinMax

source ·
pub trait MinMax {
    fn min(a: Self, b: Self) -> Self;
    fn max(a: Self, b: Self) -> Self;
}
Expand description

Compute the minimum/maximum of the given values

Required Methods§

Compute the minimum

Compute the maximum

Implementations on Foreign Types§

Implementors§