Method GetForwardVectorRays
GetForwardVectorRays(IEnumerable<GridPoint2>)
Gets the maps that represent the forward vector rays through this point in the given list of directions.
public IEnumerable<IForwardMap<GridPoint2, GridPoint2>> GetForwardVectorRays(IEnumerable<GridPoint2> directions)
Parameters
directions
IEnumerable<GridPoint2>The directions of the rays.