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 Vector3dT * | Verts |
| unsigned int | NumPlanes |
| const Plane3dT * | Planes |
| unsigned int | NumEdges |
| const TraceSolidT::EdgeT * | Edges |
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.