HD Mola
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MolaGrid< T > Class Template Reference

A MolaGrid is taking care of getting and setting values and retrieving neighbors in an orthogonal grid of either 2 or 3 dimension. More...

Inherits IEnumerable.

Public Member Functions

 MolaGrid (int nX, int nY, int nZ)
 Create a MolaGrid.
 

Detailed Description

A MolaGrid is taking care of getting and setting values and retrieving neighbors in an orthogonal grid of either 2 or 3 dimension.

Constructor & Destructor Documentation

◆ MolaGrid()

MolaGrid ( int nX,
int nY,
int nZ )
inline

Create a MolaGrid.

Parameters
nXX dimention
nYY dimention
nZZ dimention

Example

A MolaGrid is taking care of getting and setting values and retrieving neighbors in an orthogonal gri...
Definition MolaGrid.cs:12