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

pub trait Abs {
    fn abs(self) -> Self;
}

Required methods

Implementors