[][src]Trait building_blocks_core::point::Bounded

pub trait Bounded: Copy {
    const MIN: Self;
    const MAX: Self;
}

Associated Constants

const MIN: Self

const MAX: Self

Loading content...

Implementations on Foreign Types

impl Bounded for i32[src]

impl Bounded for f32[src]

Loading content...

Implementors

impl<T> Bounded for Point2<T> where
    T: Bounded
[src]

impl<T> Bounded for Point3<T> where
    T: Bounded
[src]

Loading content...