Loading...
Searching...
No Matches
Matrix4x4

#include <Ultralight/Matrix.h>

Overview

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.
 

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: