#include <vecmath/Math.h>
#include <vecmath/_Tuple4.h>
#include <vecmath/_Matrix4.h>
Go to the source code of this file.
Classes | |
class | _Euler4< Type > |
Defines | |
#define | DEBUGEULER4(d) |
#define | EulSafe "\000\001\002\000" |
#define | EulNext "\001\002\000\001" |
#define | EulFrm(ord) ((unsigned)(ord)&1) |
#define | EulRep(ord) (((unsigned)(ord)>>1)&1) |
#define | EulPar(ord) (((unsigned)(ord)>>2)&1) |
#define | EulOrd(i, p, r, f) (((((((i)<<1)+(p))<<1)+(r))<<1)+(f)) |
#define | EulGetOrd(ord, i, j, k, h, n, s, f) |
Typedefs | |
typedef int | order_t |
|
|
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|