Changeset 5109 in orxonox.OLD for trunk/src/lib/graphics/render2D
- Timestamp:
- Aug 23, 2005, 9:54:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/element_2d.h
r5108 r5109 125 125 /** @returns the relative Direction */ 126 126 inline float getRelDir2D () const { return this->prevRelDirection; }; 127 /** @returns the Relative Directional Destination */ 128 inline float getRelDirSoft2D() const { return (this->toDirection)?*this->toDirection:this->relDirection; }; 127 129 void setAbsDir2D (float absDir); 128 130 /** @returns the absolute Direction */
Note: See TracChangeset
for help on using the changeset viewer.