#include "CMaths.h"
#include "CTriangle.h"
#include "CVertex.h"
#include "CGenericCollision.h"
#include <vector>
Classes | |
class | cCollisionBrute |
cCollisionBrute provides methods to check for the intersection of a line segment with a mesh by checking all triangles in the mesh. More... |