Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/physics/physics_connection.cc
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/physics/physics_connection.cc
r4731 r4746 101 101 \brief applies the Force to some Object. 102 102 */ 103 void PhysicsConnection::apply( void) const103 void PhysicsConnection::apply() const 104 104 { 105 105 if (likely(this->type == PCON_PhysIField && this->field->getMagnitude() != 0.0
Note: See TracChangeset
for help on using the changeset viewer.