Go to the documentation of this file.00001 #ifndef GCOP_HELI_H
00002 #define GCOP_HELI_H
00003
00004 #include "body3d.h"
00005
00006 namespace gcop {
00007
00096 class Heli : public Body3d<4> {
00097 public:
00098 Heli();
00099
00100 double rt;
00101 double rb;
00102 };
00103 }
00104
00105 #endif