pub fn coords_between(
start: ICoord,
end: ICoord,
) -> impl Iterator<Item = ICoord>Expand description
Returns an iterator over all the coordinates between start and end (inclusive) along a straight
(rasterized) line which includes ordinal steps. start and end may be the same.