#include <common/Vector4.h>#include <common/Defines.h>Go to the source code of this file.
Defines | |
| #define | _R(i, j) R[(i)*4+(j)] |
| #define | dDOTpq(a, b, p, q) ((a)[0]*(b)[0] + (a)[p]*(b)[q] + (a)[2*(p)]*(b)[2*(q)]) |
| #define | dDOT41(a, b) dDOTpq(a,b,4,1) |
| #define | dDOT(a, b) dDOTpq(a,b,1,1) |
| #define | dMULTIPLYOP1_331(A, op, B, C) |
| #define | dMULTIPLY1_331(A, B, C) dMULTIPLYOP1_331(A,=,B,C) |
Variables | |
| static Vector4 | nullVector |
| #define _R | ( | i, | |||
| j | ) | R[(i)*4+(j)] |
Definition at line 25 of file Vector4.cpp.
Definition at line 26 of file Vector4.cpp.
| #define dMULTIPLY1_331 | ( | A, | |||
| B, | |||||
| C | ) | dMULTIPLYOP1_331(A,=,B,C) |
Definition at line 35 of file Vector4.cpp.
| #define dMULTIPLYOP1_331 | ( | A, | |||
| op, | |||||
| B, | |||||
| C | ) |
Vector4 nullVector [static] |
Definition at line 37 of file Vector4.cpp.
1.5.3