Changeset 7915 in orxonox.OLD for branches/gui/src/lib/math/rect2D.h
- Timestamp:
- May 28, 2006, 3:36:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/math/rect2D.h
r7914 r7915 102 102 void moveX(float x); 103 103 void moveY(float y); 104 void move(float x, float y); 104 105 void move(const Vector2D& v); 105 106
Note: See TracChangeset
for help on using the changeset viewer.