|
Tapkee
|
#include <quadtree.hpp>
Public Member Functions | |
| bool | containsPoint (ScalarType point[]) |
Public Attributes | |
| ScalarType | x |
| ScalarType | y |
| ScalarType | hw |
| ScalarType | hh |
Definition at line 46 of file quadtree.hpp.
| bool containsPoint | ( | ScalarType | point[] | ) |
Definition at line 55 of file quadtree.hpp.
| ScalarType hh |
Definition at line 53 of file quadtree.hpp.
| ScalarType hw |
Definition at line 52 of file quadtree.hpp.
| ScalarType x |
Definition at line 50 of file quadtree.hpp.
| ScalarType y |
Definition at line 51 of file quadtree.hpp.