Changeset 2839 for code/trunk/src/orxonox/objects/worldentities/PongBall.h
- Timestamp:
- Mar 25, 2009, 3:26:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/PongBall.h
r2826 r2839 48 48 void setFieldDimension(const Vector2& dimension) 49 49 { this->setFieldDimension(dimension.x, dimension.y); } 50 Vector2 getFieldDimension() const 51 { return Vector2(this->fieldWidth_, this->fieldHeight_); } 50 52 51 53 void setSpeed(float speed); … … 67 69 float batlength_; 68 70 PongBat** bat_; 71 float relMercyOffset_; 69 72 }; 70 73 }
Note: See TracChangeset
for help on using the changeset viewer.