00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef _TEST_COMPLEX_H_
00010 #define _TEST_COMPLEX_H_
00011 #include "test_globals.h"
00012 #include "test.h"
00013
00018 class TestComplex : public Test
00019 {
00020 private:
00021
00022 TVector key1_pos, key1_rot,key2_pos, key2_rot, dp, dr;
00023 int inv;
00024
00025 TVector lpos1,lpos2,lpos3,lpos4;
00026
00027 public:
00028 TestComplex(int duration,int type, TScene *s);
00029 ~TestComplex();
00030 void SaveResults();
00031 void Run();
00032 void Animate();
00033 };
00034
00035 #endif