Panda3D
 All Classes Functions Variables Enumerations
lmatrix.h
1 // Filename: lmatrix.h
2 // Created by: drose (15Jan99)
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 LMATRIX_H
16 #define LMATRIX_H
17 
18 #include "pandabase.h"
19 #include "config_linmath.h"
20 #include <math.h>
21 #include "typedObject.h"
22 #include "datagram.h"
23 #include "datagramIterator.h"
24 #include "pnotify.h"
25 #include "indent.h"
26 
27 #include "deg_2_rad.h"
28 #include "nearly_zero.h"
29 
30 #include "coordinateSystem.h"
31 #include "lvecBase4.h"
32 #include "lvecBase3.h"
33 #include "lvecBase2.h"
34 
35 #include "fltnames.h"
36 // lmatrix3_src.h includes lmatrix4_src.h.
37 #include "lmatrix3_src.h"
38 
39 #include "dblnames.h"
40 #include "lmatrix3_src.h"
41 
42 #endif