Table of Contents

Class PrimsAlgorithm

Namespace
Gamelogic.Grids2.Examples
Assembly
Assembly-CSharp.dll
public static class PrimsAlgorithm
Inheritance
PrimsAlgorithm
Inherited Members

Methods

GenerateMazeWalls<TCell>(IGrid<GridPoint2, TCell>)

public static IEnumerable<GridPoint2> GenerateMazeWalls<TCell>(IGrid<GridPoint2, TCell> grid)

Parameters

grid IGrid<GridPoint2, TCell>

Returns

IEnumerable<GridPoint2>

Type Parameters

TCell

GetEdgeFaces(GridPoint2)

public static IEnumerable<GridPoint2> GetEdgeFaces(GridPoint2 point)

Parameters

point GridPoint2

Returns

IEnumerable<GridPoint2>