Declaration
public Grid(
int width,
int height
)Summary
Constructs a
Snubquad.Grid that forms a rectangle consisting of
width×
height×6 cells.
Parameters
| int | width |
The number of squares in the x direction. |
| int | height |
The number of squares in the y direction. |