[][src]Trait building_blocks::prelude::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 PointN<[T; 2]> where
    T: SmallOne
[src]

impl<T> Ones for PointN<[T; 3]> where
    T: SmallOne
[src]

Loading content...