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

pub trait LatticeOrder {
    fn join(self, other: Self) -> Self;
fn meet(self, other: Self) -> Self; }

Required methods

Component-wise maximum.

Component-wise minimum.

Implementors