3D matrix More...
#include <maths.h>
Data Fields | |
Fixed | m [16] |
The 3D matrix object used in GPAC. The matrix is oriented like OpenGL matrices (column-major ordering), with the translation part at the end of the coefficients list.
Fixed GF_Matrix::m[16] |