3x3 Matrices More...
#include "powerblocks/core/utils/math/matrix34.h"Go to the source code of this file.
Macros | |
| #define | MATRIX3_COPY(dst, src) |
Typedefs | |
| typedef float | matrix3[3][3] |
3x3 Matrices
Your standard column major 3x3 matrix you all know and love. Useful for normals!
| #define MATRIX3_COPY | ( | dst, | |
| src ) |