|
@@ -32,8 +32,9 @@
|
|
|
//
|
|
//
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
-#include <pandabase.h>
|
|
|
|
|
|
|
+#include "pandabase.h"
|
|
|
#include <math.h>
|
|
#include <math.h>
|
|
|
|
|
+
|
|
|
#include "lmatrix.h"
|
|
#include "lmatrix.h"
|
|
|
#include "lvector3.h"
|
|
#include "lvector3.h"
|
|
|
#include "lvector2.h"
|
|
#include "lvector2.h"
|
|
@@ -49,5 +50,11 @@
|
|
|
#include "dblnames.h"
|
|
#include "dblnames.h"
|
|
|
#include "compose_matrix_src.h"
|
|
#include "compose_matrix_src.h"
|
|
|
|
|
|
|
|
|
|
+// These define the standard one-letter names for the components in
|
|
|
|
|
+// the array-accepting forms of compose_matrix() and
|
|
|
|
|
+// decompose_matrix().
|
|
|
|
|
+EXPCL_PANDA extern const char * const matrix_components;
|
|
|
|
|
+EXPCL_PANDA extern const int num_matrix_components;
|
|
|
|
|
+
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|