All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Matrix4x4

4x4 Matrix Helper

Overview

Public Member Functions

void SetIdentity ()
 Set to identity matrix.
 

Public Attributes

float data [16]
 Raw 4x4 matrix as an array in column-major order.
 

Member Function Documentation

◆ SetIdentity()

void SetIdentity ( )

Set to identity matrix.

Member Data Documentation

◆ data

float data[16]

Raw 4x4 matrix as an array in column-major order.


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