[][src]Trait building_blocks_core::point::SmallZero

pub trait SmallZero: Copy {
    const ZERO: Self;
}

Associated Constants

const ZERO: Self

Loading content...

Implementations on Foreign Types

impl SmallZero for i32[src]

impl SmallZero for f32[src]

Loading content...

Implementors

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

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

Loading content...