Table of Contents

Field HorizontalLine

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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.