GridNode
Description:
A structure that represents a particular location in (U,V) from a grid.
A structure that represents a particular location in (U,V) from a grid.
public struct GridNode
| Name | Return Type | Description |
|---|---|---|
| GridNode(Int32, Int32) | None | Initializes a new instance of the class |