Changeset 8140 in orxonox.OLD for branches/gui/src/lib/math
- Timestamp:
- Jun 4, 2006, 12:36:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/math/rect2D.cc
r7919 r8140 36 36 Rect2D::Rect2D(float x, float y, float width, float height) 37 37 { 38 this->setLeft(x), this->setTop(y); 38 this->setLeft(x), 39 this->setTop(y); 39 40 this->setSize(width, height); 40 41 }
Note: See TracChangeset
for help on using the changeset viewer.