Table of Contents

Method GetForwardVectorRays

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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.

Returns

IEnumerable<IForwardMap<GridPoint2, GridPoint2>>