Cafu Engine
cf::ClipSys::CollisionModelStaticT::InternalTraceSolidT Class Reference

This representation of a TraceSolidT is used in the implementation of CollisionModelStaticT as a performance optimization, allowing it to shortcut the frequent and expensive access to the TraceSolidT's virtual methods. More...

Public Member Functions

 InternalTraceSolidT (const TraceSolidT &TraceSolid)
 

Public Attributes

unsigned int NumVerts
 
const Vector3dTVerts
 
unsigned int NumPlanes
 
const Plane3dTPlanes
 
unsigned int NumEdges
 
const TraceSolidT::EdgeTEdges
 

Detailed Description

This representation of a TraceSolidT is used in the implementation of CollisionModelStaticT as a performance optimization, allowing it to shortcut the frequent and expensive access to the TraceSolidT's virtual methods.


The documentation for this class was generated from the following file: