- Declared in: RT.Coordinates.Tri.Grid
Declaration
public Grid(
int width,
int height
)
Summary
Constructs a grid of the specified width and height in which the top-left triangle is an up-pointing one.
Parameters
int | width |
Number of triangles per row. |
int | height |
Number of rows. |