Skip to main content

QuadTree

Classes

QuadTree

NOTE: THIS CODE IS UNFINISHED, IT IS ONLY A SKETCH TODO finish implementation

Constants

COLUMN_ELEMENT_USER_DATA : number

Numeric data supplied by the user

COLUMN_ELEMENT_NEXT : number

Singly-linked list, nest element can be NULL_POINTER to represent end of the list

COLUMN_ELEMENT_PARENT_NODE : number

Tree node that contains this element

COLUMN_TREE_NODE_ELEMENT_COUNT : number

Number of elements stored in the node's element list

COLUMN_ELEMENT_USER_DATA : number

Numeric data supplied by the user

Kind: global constant

COLUMN_ELEMENT_NEXT : number

Singly-linked list, nest element can be NULL_POINTER to represent end of the list

Kind: global constant

COLUMN_ELEMENT_PARENT_NODE : number

Tree node that contains this element

Kind: global constant

COLUMN_TREE_NODE_ELEMENT_COUNT : number

Number of elements stored in the node's element list

Kind: global constant