compose and invert transforms componentwise if possible

This commit is contained in:
David Rose 2002-06-20 21:21:38 +00:00
parent cbf441cd25
commit 4a86946583

View File

@ -19,12 +19,13 @@
#ifndef CONFIG_LINMATH_H #ifndef CONFIG_LINMATH_H
#define CONFIG_LINMATH_H #define CONFIG_LINMATH_H
#include <pandabase.h> #include "pandabase.h"
#include <notifyCategoryProxy.h> #include "notifyCategoryProxy.h"
NotifyCategoryDecl(linmath, EXPCL_PANDA, EXPTP_PANDA); NotifyCategoryDecl(linmath, EXPCL_PANDA, EXPTP_PANDA);
extern const bool paranoid_hpr_quat; extern const bool paranoid_hpr_quat;
extern const bool temp_hpr_fix;
extern EXPCL_PANDA void init_liblinmath(); extern EXPCL_PANDA void init_liblinmath();