Field HorizontalLine
A map that represents a horizontal line.
public static readonly IMap<GridPoint2, GridPoint2> HorizontalLine
Returns
- IMap<GridPoint2, GridPoint2>
- A map that represents a horizontal line.
Remarks
The next point of the line can be obtained by applying this map to the previous point.