Polytope

Engine/source/collision/polytope.h

More...

Classes:

Public Types

EdgeList 
FaceList 
VertexList 
VolumeList 
VolumeStack 

Private Functions

bool

Public Functions

Detailed Description

Public Types

typedef Vector< Edge > EdgeList 
typedef Vector< Face > FaceList 
typedef Vector< Vertex > VertexList 
typedef Vector< Volume > VolumeList 
typedef Vector< StackElement > VolumeStack 

Public Attributes

EdgeList mEdgeList 
FaceList mFaceList 
VertexList mVertexList 
VolumeList mVolumeList 
S32 sideCount 

Private Functions

intersect(const PlaneF & plane, const Point3F & sp, const Point3F & ep)