CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
TriangleClipper.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::TriangleClipper< T >
 Implementation from: http://www.geometrictools.com/Documentation/ClipMesh.pdf. More...
 
struct  CeresEngine::TriangleClipper< T >::ClipVert
 Single vertex in the clipped mesh. More...
 
struct  CeresEngine::TriangleClipper< T >::ClipEdge
 Single edge in the clipped mesh. More...
 
struct  CeresEngine::TriangleClipper< T >::ClipFace
 Single polygon in the clipped mesh. More...
 
struct  CeresEngine::TriangleClipper< T >::ClipMesh
 Contains vertices, edges and faces of the clipped mesh. More...
 
class  CeresEngine::TriangleClipper2D< T >
 Clips two-dimensional triangles against a set of provided planes. More...
 
class  CeresEngine::TriangleClipper3D< T >
 Clips three-dimensional triangles against a set of provided planes. More...
 

Namespaces

namespace  CeresEngine