Changeset 8256 in orxonox.OLD for branches/bsp_model/src/lib/coord
- Timestamp:
- Jun 8, 2006, 3:47:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/coord/p_node.h
r8186 r8256 103 103 /** @returns the absolute position */ 104 104 inline const Vector& getAbsCoor () const { return this->absCoordinate; }; 105 /** @returns the absolute position */ 106 inline const Vector& getLastAbsCoor () const { return this->lastAbsCoordinate; }; 105 107 void shiftCoor (const Vector& shift); 106 108 void shiftCoor (float x, float y, float z) { this->shiftCoor(Vector(x, y, z)); }; … … 238 240 float roty; 239 241 float rotz; 240 242 241 243 private: 242 244 int relCoordinate_handle; … … 244 246 Vector relCoordinate_write; 245 247 Quaternion relDirection_write; 246 248 247 249 public: 248 250 virtual void varChangeHandler( std::list<int> & id );
Note: See TracChangeset
for help on using the changeset viewer.