[][src]Trait descartes::GridShape

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

Required methods

fn covered_cell_coords(&self, cell_width: N) -> Vec<CellCoords>

Loading content...

Implementors

impl GridShape for LineSegment[src]

Loading content...