raSystem
1.0 bata
|
#include <raOctree.h>
Public Member Functions | |
template<class VertexType , bool bIndexed, typename IndexType > | |
raOctree (const raEntity< VertexType, bIndexed, IndexType > *pEntity) | |
raOctree (raVector3 &bbMin, raVector3 &bbMax, raOctree *pParent) | |
~raOctree (void) | |
virtual bool | Intersects (const raVector3 *pRayPos, const raVector3 *pRayDir, float *pDist) |
Definition at line 3 of file raOctree.h.
raOctree::raOctree | ( | const raEntity< VertexType, bIndexed, IndexType > * | pEntity | ) |
Definition at line 27 of file raOctree.h.
Definition at line 4 of file raOctree.cpp.
raOctree::~raOctree | ( | void | ) |
Definition at line 71 of file raOctree.cpp.
|
virtual |
Definition at line 83 of file raOctree.cpp.