Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/physics/physics_connection.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/physics/physics_connection.cc
r4746 r4836 31 31 32 32 /** 33 \briefcreates a PhysicsConnection33 * creates a PhysicsConnection 34 34 */ 35 35 PhysicsConnection::PhysicsConnection(PhysicsInterface* subject, Field* field) … … 61 61 62 62 /** 63 \briefstandard deconstructor63 * standard deconstructor 64 64 65 65 */ … … 70 70 71 71 /** 72 \param subjectName the name of the Subject for this PhysicsConnection72 * @param subjectName the name of the Subject for this PhysicsConnection 73 73 */ 74 74 void PhysicsConnection::setSubject(const char* subjectName) … … 84 84 85 85 /** 86 \param fieldName the Name of the Field for this connection86 * @param fieldName the Name of the Field for this connection 87 87 */ 88 88 void PhysicsConnection::setField(const char* fieldName) … … 99 99 100 100 /** 101 \briefapplies the Force to some Object.101 * applies the Force to some Object. 102 102 */ 103 103 void PhysicsConnection::apply() const
Note: See TracChangeset
for help on using the changeset viewer.