Name | Type | Description |
---|---|---|
Number |
level |
The level the quad node belongs to |
Number |
col |
The col of the quad |
Number |
row |
The level the quad node belongs to |
String |
url |
The level the quad node belongs to |
Methods
-
Link this quad node to the given previous node. Use the north and west flags to address nw, ne, sw, and se.
Name Type Description TileQuadNode
node The TileQuadNode to remove
Boolean
north Link to north (true) or south (false)
Boolean
west Link to west (true) or east (false)
-
Return True if this node has no successors and can be used as an indicator of tiles to free.
-
Unlink the given quad node
Name Type Description TileQuadNode
node The TileQuadNode to remove