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

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

Associated Constants

A point of all ones.

Implementors