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