Trait nalgebra::Bounded [] [src]

pub trait Bounded {
    fn min_value() -> Self;
    fn max_value() -> Self;
}

Types that have maximum and minimum value.

Required Methods

The minimum value.

The maximum value.

Implementors