GCOP  1.0
qrotor.h
Go to the documentation of this file.
00001 #ifndef GCOP_QROTOR_H
00002 #define GCOP_QROTOR_H
00003 
00004 #include "body3d.h"
00005 
00006 namespace gcop {
00007   
00019   class Qrotor : public Body3d<4> {
00020   public:
00021     Qrotor();    
00022     
00023     double l;  
00024     double r;  
00025     
00026     double kt; 
00027     double km; 
00028     
00029     double mm; 
00030   };
00031 }
00032 
00033 #endif