Isle
Loading...
Searching...
No Matches
UnknownMatrixType Struct Reference

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...
 

Detailed Description

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.

Definition at line 13 of file matrix.h.

Member Data Documentation

◆ m_data

float UnknownMatrixType::m_data[4][4]

[AI] Raw matrix data storage (row-major 4x4 floats).

Definition at line 14 of file matrix.h.


The documentation for this struct was generated from the following file: