Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8421 in orxonox.OLD for branches/gui/src/lib/math/rect2D.h


Ignore:
Timestamp:
Jun 14, 2006, 11:32:14 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more widgets updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/math/rect2D.h

    r8035 r8421  
    9696  void setSize(const Vector2D& size);
    9797  void setCenter(const Vector2D& center);
     98  void setCenter(float x, float y);
     99  void setCenterX(float x);
     100  void setCenterY(float y);
     101
    98102
    99103  void scaleX(float x);
Note: See TracChangeset for help on using the changeset viewer.