Ultralight C++ API 1.4.0
|
#include <Ultralight/Matrix.h>
4x4 Matrix Helper
Public Member Functions | |
void | SetIdentity () |
Set to identity matrix. | |
Public Attributes | |
float | data [16] |
Raw 4x4 matrix as an array in column-major order. | |
void SetIdentity | ( | ) |
Set to identity matrix.
float data[16] |
Raw 4x4 matrix as an array in column-major order.