source:
orxonox.OLD/trunk/src/lib/physics/fields/point_gravity.h
@
5173
Last change on this file since 5173 was 5039, checked in by bensch, 19 years ago | |
---|---|
File size: 366 bytes |
Line | |
---|---|
1 | /*! |
2 | * @file point_gravity.h |
3 | * Definition of ... |
4 | |
5 | */ |
6 | |
7 | #ifndef _POINT_GRAVITY_H |
8 | #define _POINT_GRAVITY_H |
9 | |
10 | #include "field.h" |
11 | |
12 | // FORWARD DEFINITION |
13 | |
14 | |
15 | |
16 | //! A class for ... |
17 | class PointGravity : public Field { |
18 | |
19 | public: |
20 | PointGravity(); |
21 | virtual ~PointGravity(); |
22 | |
23 | virtual Vector calcForce(const Vector& data) const; |
24 | |
25 | private: |
26 | |
27 | }; |
28 | |
29 | #endif /* _POINT_GRAVITY_H */ |
Note: See TracBrowser
for help on using the repository browser.