BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
maths.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: maths.h,v 1.2 2002/02/27 12:18:18 sturm Exp $
5 // MATHS header file
6 // collective header file for all headers in BALL/MATHS
7 
8 #ifndef BALL_MATHS_H
9 #define BALL_MATHS_H
10 
11 #ifndef BALL_MATHS_ANALYTICALGEOMETRY_H
13 #endif
14 
15 #ifndef BALL_MATHS_ANGLE_H
16 # include <BALL/MATHS/angle.h>
17 #endif
18 
19 #ifndef BALL_MATHS_BOX3_H
20 # include <BALL/MATHS/box3.h>
21 #endif
22 
23 #ifndef BALL_MATHS_MATRIX44_H
24 # include <BALL/MATHS/matrix44.h>
25 #endif
26 
27 #ifndef BALL_MATHS_QUATERNION_H
28 # include <BALL/MATHS/quaternion.h>
29 #endif
30 
31 #endif // BALL_MATHS_H