
Public Member Functions | |
| gMaxSpaceAheadHitInfo () | |
Public Attributes | |
| eCoord | pos |
| the location it was hit at | |
| REAL | offset |
| offset from mindistance values, to be subtracted from wall distacne | |
| tJUST_CONTROLLED_PTR < eHalfEdge const > | edge |
| the edge that was hit | |
| tJUST_CONTROLLED_PTR< gPlayerWall > | playerWall |
| the player wall that was hit | |
| REAL | wallAlpha |
| the wall alpha value of the hit | |
Definition at line 1490 of file gCycleMovement.cpp.
| gMaxSpaceAheadHitInfo::gMaxSpaceAheadHitInfo | ( | ) | [inline] |
| eCoord gMaxSpaceAheadHitInfo::pos |
the location it was hit at
Definition at line 1492 of file gCycleMovement.cpp.
Referenced by gCycleMovement::GetMaxSpaceAhead().
offset from mindistance values, to be subtracted from wall distacne
Definition at line 1493 of file gCycleMovement.cpp.
Referenced by gCycleMovement::GetMaxSpaceAhead().
the edge that was hit
Definition at line 1495 of file gCycleMovement.cpp.
Referenced by gCycleMovement::GetMaxSpaceAhead(), and gMaxSpaceAheadHitInfoClearer::~gMaxSpaceAheadHitInfoClearer().
the player wall that was hit
Definition at line 1496 of file gCycleMovement.cpp.
Referenced by gCycleMovement::GetMaxSpaceAhead(), gCycleMovement::TimestepCore(), and gMaxSpaceAheadHitInfoClearer::~gMaxSpaceAheadHitInfoClearer().
the wall alpha value of the hit
Definition at line 1497 of file gCycleMovement.cpp.
Referenced by gCycleMovement::GetMaxSpaceAhead(), and gCycleMovement::TimestepCore().
1.5.4