Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2005, 5:10:03 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PhysicsEngine: doxytags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_connection.cc

    r4395 r4480  
    2626using namespace std;
    2727
     28/**
     29   \brief creates a PhysicsConnection
     30*/
    2831PhysicsConnection::PhysicsConnection(PhysicsInterface* subject, Field* field)
    2932{
     
    4750/**
    4851    \brief applies the Force to some Object.
    49     \param dt The time to apply in Seconds
    5052*/
    5153void PhysicsConnection::apply(void) const
Note: See TracChangeset for help on using the changeset viewer.