成员的完整列表,这些成员属于 eve::spatial::BSPTree3D,包括所有继承而来的类成员
| BSPTree3D(float minX, float minY, float minZ, float maxX, float maxY, float maxZ, int maxDepth=12, int maxPerNode=8) | eve::spatial::BSPTree3D | |
| BSPTree3D(const BSPTree3D &)=delete | eve::spatial::BSPTree3D | |
| clear() | eve::spatial::BSPTree3D | |
| contains(int id) const | eve::spatial::BSPTree3D | |
| getCount() const | eve::spatial::BSPTree3D | inline |
| getMaxDepth() const | eve::spatial::BSPTree3D | inline |
| getMaxPerNode() const | eve::spatial::BSPTree3D | inline |
| getMaxX() const | eve::spatial::BSPTree3D | inline |
| getMaxY() const | eve::spatial::BSPTree3D | inline |
| getMaxZ() const | eve::spatial::BSPTree3D | inline |
| getMinX() const | eve::spatial::BSPTree3D | inline |
| getMinY() const | eve::spatial::BSPTree3D | inline |
| getMinZ() const | eve::spatial::BSPTree3D | inline |
| getResultCount() const | eve::spatial::BSPTree3D | inline |
| getResultId(int index) const | eve::spatial::BSPTree3D | inline |
| insert(int id, float minX, float minY, float minZ, float maxX, float maxY, float maxZ) | eve::spatial::BSPTree3D | |
| operator=(const BSPTree3D &)=delete | eve::spatial::BSPTree3D | |
| queryAABB(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) | eve::spatial::BSPTree3D | |
| queryPoint(float x, float y, float z) | eve::spatial::BSPTree3D | |
| querySphere(float cx, float cy, float cz, float radius) | eve::spatial::BSPTree3D | |
| remove(int id) | eve::spatial::BSPTree3D | |
| update(int id, float minX, float minY, float minZ, float maxX, float maxY, float maxZ) | eve::spatial::BSPTree3D | |
| ~BSPTree3D()=default | eve::spatial::BSPTree3D | |