Table of Contents

Interface IGrid<TPoint>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

An explicit shape that has for each of its points a value associated.

public interface IGrid<TPoint> : IExplicitShape<TPoint>, IImplicitShape<TPoint>

Type Parameters

TPoint

Type of the Point.

Inherited Members
Extension Methods

Methods

CloneStructure<TNewCell>()

Returns a grid with exactly the same structure, but potentially holding elements of a different type.