Changeset 10602 for code/branches/weaponFS15/src/modules/objects
- Timestamp:
- Sep 27, 2015, 10:15:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponFS15/src/modules/objects/ForceField.h
r10601 r10602 160 160 const std::string& getMode(void); //!< Get the mode of the ForceField. 161 161 162 //! Strings to represent the modes. 162 163 static const std::string modeTube_s; 163 164 static const std::string modeSphere_s; 164 165 static const std::string modeInvertedSphere_s; 165 166 static const std::string modeNewtonianGravity_s; 166 167 167 static const std::string modeHomogen_s; 168 168 169 169 private: 170 //! Strings to represent the modes.171 172 173 170 float velocity_; //!< The velocity of the ForceField. 174 171 float radius_; //!< The radius of the ForceField.
Note: See TracChangeset
for help on using the changeset viewer.