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

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

Associated Constants

Implementations on Foreign Types

Implementors