Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

gravitation.hh

Go to the documentation of this file.
00001 #ifndef _gravitation_hh_
00002 #define _gravitation_hh_
00003 
00004 #include "force.hh"
00005 
00006 namespace anoid {
00007     namespace plugin {
00008 
00009         class Gravitation: public Force {
00010             public:
00011                 virtual simple::Vector getForce();
00012                 virtual simple::Vector getApplicationPoint();
00013         };
00014 
00015     };
00016 };
00017 
00018 #endif

Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen