Initializes a new instance of the
Cell class
Namespace: GameOfLifeAssembly: GameOfLife (in GameOfLife.exe) Version: 1.1.1.0 (1.1.1)
public Cell(
Grid2D gameGrid,
Vector2D positionInGrid
)
public Cell(
Grid2D gameGrid,
Vector2D positionInGrid
)
Public Sub New (
gameGrid As Grid2D,
positionInGrid As Vector2D
)
Public Sub New (
gameGrid As Grid2D,
positionInGrid As Vector2D
)
public:
Cell(
Grid2D^ gameGrid,
Vector2D positionInGrid
)
public:
Cell(
Grid2D^ gameGrid,
Vector2D positionInGrid
)
new :
gameGrid : Grid2D *
positionInGrid : Vector2D -> Cell
new :
gameGrid : Grid2D *
positionInGrid : Vector2D -> Cell