Changeset 9098 in orxonox.OLD for branches/presentation/src/world_entities/space_ships/spacecraft_2d.h
- Timestamp:
- Jul 4, 2006, 3:41:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/spacecraft_2d.h
r9097 r9098 25 25 void setTravelSpeed(float travelSpeed); 26 26 void setTravelHeight(float travelHeight); 27 void setTravelDistance(const Vector2D& distance); 28 void setTravelDistance(float x, float y); 27 29 28 30 … … 70 72 float travelSpeed; //!< the current speed of the Hove (to make soft movement) 71 73 74 Vector2D travelDistance; //!< Travel-Distance away from the TravelNode. 75 72 76 /// Camera 73 77 PNode cameraNode;
Note: See TracChangeset
for help on using the changeset viewer.