Trait building_blocks::prelude::IterExtent[][src]

pub trait IterExtent<N> {
    type PointIter: Iterator;
    fn iter_extent(min: PointN<N>, max: PointN<N>) -> Self::PointIter;
}

Associated Types

Required methods

Implementors