Table of Contents

Method GetVectorLines

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

GetVectorLines(IEnumerable<GridPoint3>)

Gets the maps that represent the vector lines through this point in the given list of directions.

public static IEnumerable<IMap<GridPoint3, GridPoint3>> GetVectorLines(IEnumerable<GridPoint3> directions)

Parameters

directions IEnumerable<GridPoint3>

The directions of the lines.

Returns

IEnumerable<IMap<GridPoint3, GridPoint3>>
See Also