#include <common/FixedVector4.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)[(p)*2]*(b)[(q)*2]) |
| #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 FixedVector4 | nullVector |
| #define _R | ( | i, | |||
| j | ) | R[(i)*4+(j)] |
Definition at line 25 of file FixedVector4.cpp.
Referenced by Vector4::getRotationMatrix(), and FixedVector4::getRotationMatrix().
Definition at line 28 of file FixedVector4.cpp.
Referenced by Vector4::Normalize(), and FixedVector4::Normalize().
Definition at line 26 of file FixedVector4.cpp.
| #define dMULTIPLY1_331 | ( | A, | |||
| B, | |||||
| C | ) | dMULTIPLYOP1_331(A,=,B,C) |
Definition at line 35 of file FixedVector4.cpp.
Referenced by Vector4::getRelativeVector(), and FixedVector4::getRelativeVector().
| #define dMULTIPLYOP1_331 | ( | A, | |||
| op, | |||||
| B, | |||||
| C | ) |
FixedVector4 nullVector [static] |
Definition at line 37 of file FixedVector4.cpp.
1.5.3