Method GetVectorLines
GetVectorLines(IEnumerable<GridPoint2>)
Gets the maps that represent the vector lines through this point in the given list of directions.
public static IEnumerable<IMap<GridPoint2, GridPoint2>> GetVectorLines(IEnumerable<GridPoint2> directions)
Parameters
directions
IEnumerable<GridPoint2>The directions of the lines.
Returns
- See Also