Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Grid(int, int)

  • 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

intwidth Number of triangles per row.
intheight Number of rows.