Table of Contents

Method GetForwardVectorRays

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

GetForwardVectorRays(IEnumerable<GridPoint3>)

Gets the maps that represent the forward vector rays through this point in the given list of directions.

public static IEnumerable<IForwardMap<GridPoint3, GridPoint3>> GetForwardVectorRays(IEnumerable<GridPoint3> direction)

Parameters

direction IEnumerable<GridPoint3>

Returns

IEnumerable<IForwardMap<GridPoint3, GridPoint3>>