[][src]Trait building_blocks_core::point::Ones

pub trait Ones: Copy {
    const ONES: Self;
}

Associated Constants

const ONES: Self

A point of all ones.

Loading content...

Implementors

impl<T> Ones for Point2<T> where
    T: SmallOne
[src]

impl<T> Ones for Point3<T> where
    T: SmallOne
[src]

Loading content...