Subversion Repositories gelsvn

Rev

Rev 680 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 680 Rev 685
Line 2... Line 2...
2
#include <cmath>
2
#include <cmath>
3
#include <ctime>
3
#include <ctime>
4
#include <cstdlib>
4
#include <cstdlib>
5
#include <climits>
5
#include <climits>
6
 
6
 
7
#include <GEL/CGLA/Vec2d.h>
7
#include <CGLA/Vec2d.h>
8
#include <GEL/CGLA/Vec2f.h>
8
#include <CGLA/Vec2f.h>
9
#include <GEL/CGLA/Vec2i.h>
9
#include <CGLA/Vec2i.h>
10
#include <GEL/CGLA/Vec3i.h>
10
#include <CGLA/Vec3i.h>
11
#include <GEL/CGLA/Vec3f.h> 
11
#include <CGLA/Vec3f.h> 
12
#include <GEL/CGLA/Vec3d.h> 
12
#include <CGLA/Vec3d.h> 
13
#include <GEL/CGLA/Vec3Hf.h> // next
13
#include <CGLA/Vec3Hf.h> // next
14
#include <GEL/CGLA/Vec3uc.h>
14
#include <CGLA/Vec3uc.h>
15
#include <GEL/CGLA/Vec3usi.h>
15
#include <CGLA/Vec3usi.h>
16
#include <GEL/CGLA/Vec4f.h>
16
#include <CGLA/Vec4f.h>
17
#include <GEL/CGLA/Vec4d.h>
17
#include <CGLA/Vec4d.h>
18
#include <GEL/CGLA/Vec4uc.h>
18
#include <CGLA/Vec4uc.h>
19
#include <GEL/CGLA/Quatf.h>
19
#include <CGLA/Quatf.h>
20
#include <GEL/CGLA/Quatd.h>
20
#include <CGLA/Quatd.h>
21
#include <GEL/Util/Timer.h>
21
#include <Util/Timer.h>
22
 
22
 
23
using namespace std;
23
using namespace std;
24
using namespace CGLA;
24
using namespace CGLA;
25
using namespace Util;
25
using namespace Util;
26
 
26