Method GetVectorLines
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
- See Also