mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
compose and invert transforms componentwise if possible
This commit is contained in:
parent
cbf441cd25
commit
4a86946583
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user