Table of Contents

Field VerticalLine

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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.