![]() |
TrinityCore
|
Include dependency graph for Matrix.cpp:Namespaces | |
| G3D | |
Macros | |
| #define | INPLACE(OP) |
| #define | TRAMPOLINE_EXPLICIT_1(method) |
| #define | COMPARE_SCALAR(OP) |
| #define | IMPLEMENT_ARRAY_2(method, OP) |
| #define | IMPLEMENT_ARRAY_1(method, f) |
| #define | IMPLEMENT_ARRAY_SCALAR(method, OP) |
| #define | SWAP(x, y) {float temp = x; x = y; y = temp;} |
| #define | SIGN(a, b) ((b) >= 0.0 ? fabs(a) : -fabs(a)) |
Functions | |
| static G3D::Matrix::T | negate (G3D::Matrix::T x) |
| static double | G3D::pythag (double a, double b) |
| #define COMPARE_SCALAR | ( | OP | ) |
| #define IMPLEMENT_ARRAY_1 | ( | method, | |
| f | |||
| ) |
| #define IMPLEMENT_ARRAY_2 | ( | method, | |
| OP | |||
| ) |
| #define IMPLEMENT_ARRAY_SCALAR | ( | method, | |
| OP | |||
| ) |
| #define INPLACE | ( | OP | ) |
| #define SIGN | ( | a, | |
| b | |||
| ) | ((b) >= 0.0 ? fabs(a) : -fabs(a)) |
| #define SWAP | ( | x, | |
| y | |||
| ) | {float temp = x; x = y; y = temp;} |
| #define TRAMPOLINE_EXPLICIT_1 | ( | method | ) |
|
inlinestatic |
1.8.8