[][src]Trait descartes::GridShape

pub trait GridShape {
    fn covered_cell_coords(&self, cell_width: N) -> Vec<CellCoords>;
}

Required Methods

Implementors

impl GridShape for LineSegment
[src]