#include "math/CMaths.h"
#include "graphics/CTriangle.h"
#include "graphics/CVertex.h"
#include "collisions/CGenericCollision.h"
#include <vector>
Go to the source code of this file.
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... |