Changeset 4969 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon_manager.h
- Timestamp:
- Aug 4, 2005, 11:19:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon_manager.h
r4964 r4969 57 57 // setting up the WeaponManager with the following functions 58 58 void setSlotPosition(int slot, const Vector& position); 59 void setSlotDirection(int slot, const Quaternion& rotation); 59 60 /** @param slot the slot to get the relative position from @returns the relative position of the Carrier to the Slot */ 60 61 const Vector& getSlotPosition(int slot) const { return this->currentSlotConfig[slot].position.getRelCoor(); };
Note: See TracChangeset
for help on using the changeset viewer.