From 4a86946583459517c1e1711670886c85595af68c Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 20 Jun 2002 21:21:38 +0000 Subject: [PATCH] compose and invert transforms componentwise if possible --- panda/src/linmath/config_linmath.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/panda/src/linmath/config_linmath.h b/panda/src/linmath/config_linmath.h index 7a8d61fab4..7d3df405a4 100644 --- a/panda/src/linmath/config_linmath.h +++ b/panda/src/linmath/config_linmath.h @@ -19,12 +19,13 @@ #ifndef CONFIG_LINMATH_H #define CONFIG_LINMATH_H -#include -#include +#include "pandabase.h" +#include "notifyCategoryProxy.h" NotifyCategoryDecl(linmath, EXPCL_PANDA, EXPTP_PANDA); extern const bool paranoid_hpr_quat; +extern const bool temp_hpr_fix; extern EXPCL_PANDA void init_liblinmath();