Table of Contents

Method GetReverseVectorRays

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

GetReverseVectorRays(IEnumerable<GridPoint3>)

Gets the maps that represent the reverse vector lines through this point in the given list of directions.

public static IEnumerable<IReverseMap<GridPoint3, GridPoint3>> GetReverseVectorRays(IEnumerable<GridPoint3> direction)

Parameters

direction IEnumerable<GridPoint3>

Returns

IEnumerable<IReverseMap<GridPoint3, GridPoint3>>