Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/physics/fields/twirl.h @ 4338

Last change on this file since 4338 was 4338, checked in by bensch, 19 years ago

orxonox/trunk: merged branches/physics back to the trunk
merged with command
svn merge -r 3866:HEAD . ../../trunk/
many conflict that i tried to resolv
@patrick: i hope i did not interfere with your stuff :/

File size: 330 bytes
RevLine 
[3245]1/*!
[4184]2    \file twirl.h
[4178]3    \brief Definition of ...
[3329]4
[3245]5*/
[1853]6
[4184]7#ifndef _TWIRL_H
8#define _TWIRL_H
[1853]9
[4180]10#include "field.h"
[1853]11
[4178]12// FORWARD DEFINITION
[3543]13
14
[2036]15
[4178]16//! A class for ...
[4184]17class Twirl : public Field {
[1853]18
[1904]19 public:
[4184]20  Twirl();
21  virtual ~Twirl();
[1853]22
[4186]23  virtual Vector calcForce(float dt, const Vector& data) const;
[3245]24
25 private:
26
[1853]27};
28
[4184]29#endif /* _TWIRL_H */
Note: See TracBrowser for help on using the repository browser.