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
Line 
1/*!
2    \file twirl.h
3    \brief Definition of ...
4
5*/
6
7#ifndef _TWIRL_H
8#define _TWIRL_H
9
10#include "field.h"
11
12// FORWARD DEFINITION
13
14
15
16//! A class for ...
17class Twirl : public Field {
18
19 public:
20  Twirl();
21  virtual ~Twirl();
22
23  virtual Vector calcForce(float dt, const Vector& data) const;
24
25 private:
26
27};
28
29#endif /* _TWIRL_H */
Note: See TracBrowser for help on using the repository browser.