Panda3D
compose_matrix.cxx
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file compose_matrix.cxx
10  * @author drose
11  * @date 1999-01-27
12  */
13 
14 #include "deg_2_rad.h"
15 #include "config_linmath.h"
16 #include "compose_matrix.h"
17 
18 #include "fltnames.h"
19 #include "compose_matrix_src.cxx"
20 
21 #include "dblnames.h"
22 #include "compose_matrix_src.cxx"
23 
24 
25 const char * const matrix_component_letters = "ijkabchprxyz";
26 const double matrix_component_defaults[num_matrix_components] = {
27  1.0, 1.0, 1.0,
28  0.0, 0.0, 0.0,
29  0.0, 0.0, 0.0,
30  0.0, 0.0, 0.0
31 };
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.