Method GetReverseVectorRays
GetReverseVectorRays(IEnumerable<GridPoint2>)
Gets the maps that represent the reverse vector lines through this point in the given list of directions.
public IEnumerable<IReverseMap<GridPoint2, GridPoint2>> GetReverseVectorRays(IEnumerable<GridPoint2> directions)
Parameters
directions
IEnumerable<GridPoint2>The directions of the rays.