#include <DLevelSegment.h>
Inheritance diagram for DLevelSegment:
TODO: Detailed Class Description
Public Member Functions | |
DLevelSegment (float x1, float y1, float z1, float x2, float y2, float z2) | |
void | SetObjectList (DObject3D **objList, int listSize) |
Public Attributes | |
float | x1 |
float | y1 |
float | z1 |
float | x2 |
float | y2 |
float | z2 |
float | cx |
float | cy |
float | cz |
float | rightX |
float | rightY |
float | rightZ |
DLevelSegment * | next |
DLevelSegment * | previous |
bool | addFighter |
DObject3D * | tunnelObject |
int | countObjects |
DObject3D ** | objList |