![]() |
Pioneer
|


Go to the source code of this file.
Classes | |
| class | matrix3x3< T > |
Macros | |
| #define | cell2d(x, y) cell[((y * 3) + x)] |
| #define | idx2d(x, y) ((y * 3) + x) |
Typedefs | |
| typedef matrix3x3< float > | matrix3x3f |
| typedef matrix3x3< double > | matrix3x3d |
| #define cell2d | ( | x, | |
| y | |||
| ) | cell[((y * 3) + x)] |
| #define idx2d | ( | x, | |
| y | |||
| ) | ((y * 3) + x) |
| typedef matrix3x3<double> matrix3x3d |
| typedef matrix3x3<float> matrix3x3f |