Changeset 4435 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.h
- Timestamp:
- Jun 1, 2005, 11:40:19 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.h
r4382 r4435 99 99 void processTick (float dt); 100 100 101 void setName (const char* newName);102 const char* getName ();103 104 101 void debug (); 105 102 106 103 protected: 107 104 float timeStamp; //!< this the timeStamp of when the abs{Coordinat, Direction} has been calculated 108 char* objectName; //!< The name of the Object109 105 bool bAbsCoorChanged; //!< If Absolute Coordinate has changed since last time we checked 110 106 bool bRelCoorChanged; //!< If Relative Coordinate has changed since last time we checked
Note: See TracChangeset
for help on using the changeset viewer.