Changeset 4396 in orxonox.OLD for orxonox/trunk/src/lib/physics/fields
- Timestamp:
- May 30, 2005, 3:27:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/physics/fields/gravity.cc
r4395 r4396 47 47 Vector Gravity::calcForce(const Vector& data) const 48 48 { 49 return /*(this->getAbsDir().apply(Vector(0,1,0)))*/Vector(0,-1,0) * this->getMagnitude();49 return Vector(0,-1,0) * this->getMagnitude(); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.