C++ Java Unity
C++ Reference
Matrix34F Struct Reference

Detailed Description

Matrix with 3 rows and 4 columns of float items.

Public Attributes

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

Member Data Documentation

float data[3 *4] = {0}

Array of matrix items.