Uses of Class
VASSAL.tools.qtree.QNode
-
Uses of QNode in VASSAL.tools.qtree
Modifier and TypeMethodDescriptionFinds a leaf node with the same (x, y) coordinates as the target point, or null if no point exists.QNode.getNe()
QNode.getNw()
QNode.getParent()
QuadTree.getRootNode()
Returns a reference to the tree's root node.QNode.getSe()
QNode.getSw()
Modifier and TypeMethodDescriptionvoid
Finds a leaf node with the same (x, y) coordinates as the target point, or null if no point exists.void
void
void
void
void
QuadTree.setRootNode
(QNode<T> root) void
void
void
Traverses the tree depth-first, with quadrants being traversed in clockwise order (NE, SE, SW, NW).