Table of Contents

Class PolarGrid

Namespace
Gamelogic.Grids.Examples
Assembly
Assembly-CSharp.dll
public class PolarGrid
Inheritance
PolarGrid
Inherited Members
Extension Methods

Methods

TriangularPolarGrid<TCell>(int)

public static WrappedGrid<TCell, PointyHexPoint> TriangularPolarGrid<TCell>(int side)

Parameters

side int

Returns

WrappedGrid<TCell, PointyHexPoint>

Type Parameters

TCell