#include "CMaths.h"#include "CVertex.h"#include "CTriangle.h"#include "CCollisionAABBBox.h"Classes | |
| class | cCollisionAABBNode |
| cCollisionAABBNode is an abstract class that contains methods to set up internal and leaf nodes of an AABB tree and to use them to detect for collision with a line. More... | |
| class | cCollisionAABBLeaf |
| cCollisionAABBLeaf contains methods to set up leaf nodes of an AABB tree and to use them to detect for collision with a line. More... | |
| class | cCollisionAABBInternal |
| cCollisionAABBInternal contains methods to set up internal nodes of an AABB tree and to use them to detect for collision with a line. More... | |
1.5.2