Table of Contents

Method GetReverseVectorRays

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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.

Returns

IEnumerable<IReverseMap<GridPoint2, GridPoint2>>