public interface QuadTreeAware
QuadTreeSearchDirection.UPWARDS
search.Modifier and Type | Method and Description |
---|---|
QuadTree |
getQuad()
Returns the
QuadTree where this object is located. |
void |
setQuad(QuadTree quadTree)
Sets the
QuadTree where this object is located. |
void setQuad(QuadTree quadTree)
QuadTree
where this object is located. Automatically called by QuadTree.add(T)
methods.
NOTE: Internal use only.quadTree
- The QuadTree where this object is located.QuadTree getQuad()
QuadTree
where this object is located. You can call this method in order to get the QuadTree on which you can do QuadTreeSearchDirection.UPWARDS
search.