#include "CTriangle.h"
#include "CVertex.h"
#include "CMaths.h"
#include "CGenericCollision.h"
#include "CCollisionAABBBox.h"
#include "CCollisionAABBTree.h"
#include <vector>
Classes | |
class | cCollisionAABB |
cCollisionAABB provides methods to create an Axis-Aligned Bounding Box collision detection tree, and to use this tree to check for the intersection of a line segment with a mesh. More... |