Changeset 5083 in orxonox.OLD for trunk/src/lib/graphics/render2D/element_2d.h
- Timestamp:
- Aug 19, 2005, 1:54:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/element_2d.h
r5082 r5083 110 110 /** @returns the absolute position */ 111 111 inline const Vector& getAbsCoor2D () const { return this->absCoordinate; }; 112 void shiftCoor (const Vector& shift);112 void shiftCoor2D (const Vector& shift); 113 113 114 114 void setRelDir2D (float relDir); … … 119 119 /** @returns the absolute Direction */ 120 120 inline float getAbsDir2D () const { return this->absDirection; }; 121 void shiftDir (float shiftDir);121 void shiftDir2D (float shiftDir); 122 122 123 123 /** @returns the Speed of the Node */
Note: See TracChangeset
for help on using the changeset viewer.