Cafu Engine
cf::ClipSys::CollisionModelStaticT::BrushT::SideT Struct Reference

Public Attributes

Plane3dT Plane
 The plane of this side of the brush. More...
 
unsigned long * Vertices
 The vertex indices of this polygon, in clockwise (CW) order (same as in Polygon3T<T>). Vertices itself points into Parent->m_BrushSideVIs, which in turn gives indices into Parent->m_Vertices. More...
 
unsigned long NrOfVertices
 The number of vertices (or rather, vertex indices). More...
 
MaterialTMaterial
 The material of this side of the brush. More...
 

Member Data Documentation

MaterialT* cf::ClipSys::CollisionModelStaticT::BrushT::SideT::Material

The material of this side of the brush.

unsigned long cf::ClipSys::CollisionModelStaticT::BrushT::SideT::NrOfVertices

The number of vertices (or rather, vertex indices).

Plane3dT cf::ClipSys::CollisionModelStaticT::BrushT::SideT::Plane

The plane of this side of the brush.

unsigned long* cf::ClipSys::CollisionModelStaticT::BrushT::SideT::Vertices

The vertex indices of this polygon, in clockwise (CW) order (same as in Polygon3T<T>). Vertices itself points into Parent->m_BrushSideVIs, which in turn gives indices into Parent->m_Vertices.


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