Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/physics/src/util/physics/physical_interaction_asym.h @ 3961

Last change on this file since 3961 was 3961, checked in by patrick, 19 years ago

orxonox/branches/physics: just implemented the class hirarchy of the physics engine

File size: 537 bytes
RevLine 
[3954]1/*!
[3961]2    \file physical_interaction_asym.h
3    \brief Definition a asymmertrical physical interaction like force field that (in our implementation)
4    hast no reactio
[3954]5*/
6
[3961]7#ifndef _PHYSICAL_INTERACTION_ASYM_H
8#define _PHYSICAL_INTERACTION_ASYM_H
[3954]9
10#include "base_object.h"
11
12
[3961]13//! An asymmetrical force
[3954]14/**
[3961]15   forces, that only work in one firection
[3954]16*/
[3961]17class PhysicalInteractionAsym : public BaseObject {
[3954]18
19 public:
[3961]20  PhysicalInteractionAsym();
21  virtual ~PhysicalInteractionAsym();
[3954]22
23 private:
24
25};
26
[3961]27#endif /* _PHYSICAL_INTERACTION_ASYM_H */
Note: See TracBrowser for help on using the repository browser.