Changeset 10486 for code/branches/presentationFS15/src/modules/objects
- Timestamp:
- May 26, 2015, 12:53:08 PM (10 years ago)
- Location:
- code/branches/presentationFS15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS15
- Property svn:mergeinfo changed
/code/branches/weaponFS15 (added) merged: 10302,10326,10336,10341,10369,10391,10409,10435-10436,10438,10455
- Property svn:mergeinfo changed
-
code/branches/presentationFS15/src/modules/objects/ForceField.h
r9939 r10486 160 160 const std::string& getMode(void); //!< Get the mode of the ForceField. 161 161 162 static const std::string modeTube_s; 163 static const std::string modeSphere_s; 164 static const std::string modeInvertedSphere_s; 165 static const std::string modeNewtonianGravity_s; 166 167 static const std::string modeHomogen_s; 168 162 169 private: 163 170 //! Strings to represent the modes. 164 static const std::string modeTube_s;165 static const std::string modeSphere_s;166 static const std::string modeInvertedSphere_s;167 static const std::string modeNewtonianGravity_s;168 171 169 static const std::string modeHomogen_s;170 172 171 173 float velocity_; //!< The velocity of the ForceField.
Note: See TracChangeset
for help on using the changeset viewer.