Isle
|
Matrix-like wrapper of 4x4 float array, with no methods. More...
#include <matrix.h>
Public Attributes | |
float | m_data [4][4] |
[AI] Raw matrix data storage (row-major 4x4 floats). More... | |
Matrix-like wrapper of 4x4 float array, with no methods.
[AI]
[AI] Used as a POD type for passing or storing 4x4 matrices. Its real role is for reinterpretation or passing untyped matrix data.
float UnknownMatrixType::m_data[4][4] |