![]() |
VR-Forces 4.6.1 Class Documentation
|
Stores information on potential cover points. More...
Public Member Functions | |
| DtCoverPoint () | |
| ~DtCoverPoint () | |
| bool | operator< (const DtCoverPoint &other) const |
| Returns true if this cover point is more desirable than the other. | |
Public Attributes | |
| DtVector | myPoint |
| double | myDistanceFromThreat |
| double | myPathCost |
| double | myAngularDistFromThreat |
| bool | myCoverIsHigh |
Static Public Attributes | |
| static double | theCostToleranceFactor |
| don't need to crouch | |
| static double | theThreatDistanceToleranceFactor |
| = 0.05; | |
Stores information on potential cover points.
|
inline |
|
inline |
| bool DtCoverPoint::operator< | ( | const DtCoverPoint & | other | ) | const |
Returns true if this cover point is more desirable than the other.
| DtVector DtCoverPoint::myPoint |
| double DtCoverPoint::myDistanceFromThreat |
| double DtCoverPoint::myPathCost |
| double DtCoverPoint::myAngularDistFromThreat |
| bool DtCoverPoint::myCoverIsHigh |
|
static |
don't need to crouch
|
static |
= 0.05;