C++ Java Unity
C++ Reference
Matrix44F Struct Reference

Detailed Description

Matrix with 4 rows and 4 columns of float items.

Public Attributes

float data [4 *4] = {0}
 Array of matrix items. More...
 

Member Data Documentation

float data[4 *4] = {0}

Array of matrix items.