Changeset 10616 for code/branches/presentationFS15merge/src/modules/objects
- Timestamp:
- Oct 4, 2015, 12:20:35 PM (9 years ago)
- Location:
- code/branches/presentationFS15merge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS15merge
- Property svn:mergeinfo changed
/code/branches/weaponFS15 (added) merged: 10302,10326,10336,10341,10369,10391,10409,10435-10436,10438,10455,10502-10503,10601-10602,10604
- Property svn:mergeinfo changed
-
code/branches/presentationFS15merge/src/modules/objects/ForceField.h
r9939 r10616 160 160 const std::string& getMode(void); //!< Get the mode of the ForceField. 161 161 162 private:163 162 //! Strings to represent the modes. 164 163 static const std::string modeTube_s; … … 166 165 static const std::string modeInvertedSphere_s; 167 166 static const std::string modeNewtonianGravity_s; 168 169 167 static const std::string modeHomogen_s; 170 168 169 private: 171 170 float velocity_; //!< The velocity of the ForceField. 172 171 float radius_; //!< The radius of the ForceField.
Note: See TracChangeset
for help on using the changeset viewer.