Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5083 in orxonox.OLD for trunk/src/lib/graphics/render2D/element_2d.h


Ignore:
Timestamp:
Aug 19, 2005, 1:54:28 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: implemented the update function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/render2D/element_2d.h

    r5082 r5083  
    110110    /** @returns the absolute position */
    111111    inline const Vector& getAbsCoor2D () const { return this->absCoordinate; };
    112     void shiftCoor (const Vector& shift);
     112    void shiftCoor2D (const Vector& shift);
    113113
    114114    void setRelDir2D (float relDir);
     
    119119    /** @returns the absolute Direction */
    120120    inline float getAbsDir2D () const { return this->absDirection; };
    121     void shiftDir (float shiftDir);
     121    void shiftDir2D (float shiftDir);
    122122
    123123    /** @returns the Speed of the Node */
Note: See TracChangeset for help on using the changeset viewer.