Nevrax France
Definition at line 49 of file build_indoor.cpp.
Public Member Functions | |
CCollisionFace & | getFace (uint face) |
CCollisionFace & | getNeighbor (uint face, uint edge) |
Data Fields | |
NLMISC::CVector | Center |
The center of the surface. | |
CCollisionMeshBuild * | CollisionMeshBuild |
The collision mesh root object. | |
std::vector< uint32 > | Faces |
The faces that compose the surface. | |
sint32 | Id |
The Id of the surface. | |
sint32 | Material |
The material of the surface. |
|
Definition at line 68 of file build_indoor.cpp. References CollisionMeshBuild, NLPACS::CCollisionMeshBuild::Faces, and uint. Referenced by NLPACS::computeSurfaceBorders(), NLPACS::computeSurfaceCenter(), NLPACS::followBorder(), and getNeighbor().
00068 { return CollisionMeshBuild->Faces[Faces[face]]; } |
|
Definition at line 69 of file build_indoor.cpp. References CollisionMeshBuild, NLPACS::CCollisionFace::Edge, NLPACS::CCollisionMeshBuild::Faces, getFace(), and uint. Referenced by NLPACS::computeSurfaceBorders().
00070 { 00071 return CollisionMeshBuild->Faces[getFace(face).Edge[edge]]; 00072 } |
|
The center of the surface.
Definition at line 62 of file build_indoor.cpp. Referenced by NLPACS::computeSurfaceCenter(). |
|
The collision mesh root object.
Definition at line 53 of file build_indoor.cpp. Referenced by NLPACS::computeSurfaceBorders(), NLPACS::computeSurfaceCenter(), NLPACS::computeSurfaceQuadTree(), NLPACS::followBorder(), getFace(), and getNeighbor(). |
|
The faces that compose the surface.
Definition at line 56 of file build_indoor.cpp. Referenced by NLPACS::computeSurfaceBorders(), NLPACS::computeSurfaceCenter(), NLPACS::computeSurfaceQuadTree(), and NLPACS::followBorder(). |
|
The Id of the surface.
Definition at line 59 of file build_indoor.cpp. Referenced by NLPACS::computeSurfaceBorders(). |
|
The material of the surface.
Definition at line 65 of file build_indoor.cpp. |