Panda3D
 All Classes Functions Variables Enumerations
lquaternion.h
1 // Filename: lquaternion.h
2 // Created by: frang (06Jun00)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef LQUATERNION_H
16 #define LQUATERNION_H
17 
18 #include "lmatrix.h"
19 #include "lvector3.h"
20 #include "lvector4.h"
21 #include "nearly_zero.h"
22 #include "cmath.h"
23 #include "deg_2_rad.h"
24 #include "compose_matrix.h"
25 
26 #include "pnotify.h"
27 
28 #include "fltnames.h"
29 #include "lquaternion_src.h"
30 
31 #include "dblnames.h"
32 #include "lquaternion_src.h"
33 
34 #endif /* __LQUATERNION_H__ */