#include <vector>
#include "Primitive.h"
Go to the source code of this file.
Data Structures | |
class | KDTree |
The main acceleration structure. More... | |
struct | KDTree::BoundEdge |
THE projection of an boundingBox onto an axis. More... | |
class | KDTree::KDNode |
The internal node structur of the KDTree. More... | |
class | KDTree::KDNodeSmall |
Defines | |
#define | KDTREE_H KDTREE_H |