#include <history.h>
Inherited by TanksHistoryPoint.
Inheritance diagram for HistoryPoint:

Public Member Functions | |
| HistoryPoint () | |
| virtual | ~HistoryPoint () |
| bool | operator== (HistoryPoint &hp) |
Public Attributes | |
| GLVector3d | mPosition |
| GLQuaterniond | mOrientation |
| GLVector3d | mSpeed |
| int | mTimeStamp |
| int | mID |
Private Member Functions | |
| bool | dblEqual (const double a, const double b) const |
| Checks for equality of doubles with some tollerance. | |
| bool | vecEqual (const GLVector3d &a, const GLVector3d &b) const |
| Checks for equality of vectors with some tollerance. | |
Definition at line 16 of file history.h.
|
|
|
|
|
|
|
||||||||||||
|
Checks for equality of doubles with some tollerance.
Definition at line 47 of file history.h. References DBL_TOLER. Referenced by operator==(), and vecEqual(). |
|
|
Definition at line 31 of file history.h. References dblEqual(), mID, mOrientation, mPosition, mSpeed, and vecEqual(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Checks for equality of vectors with some tollerance.
Definition at line 58 of file history.h. References dblEqual(). Referenced by operator==(). Here is the call graph for this function: ![]() |
|
|
Definition at line 28 of file history.h. Referenced by WorldEntity::createPresentPoint(), Tank::createPresentPoint(), and operator==(). |
|
|
Definition at line 24 of file history.h. Referenced by WorldEntity::createPresentPoint(), Tank::createPresentPoint(), and operator==(). |
|
|
Definition at line 20 of file history.h. Referenced by WorldEntity::createPresentPoint(), Tank::createPresentPoint(), and operator==(). |
|
|
Definition at line 25 of file history.h. Referenced by WorldEntity::createPresentPoint(), Tank::createPresentPoint(), and operator==(). |
|
|
Definition at line 27 of file history.h. Referenced by WorldEntity::createPresentPoint(), and Tank::createPresentPoint(). |
1.4.5