Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float4x4 Struct Reference

A matrix with four columns and four rows of floats. More...

#include <Types.h>

Public Attributes

float4 c0
 The first column of the matrix. More...
 
float4 c1
 The second column of the matrix. More...
 
float4 c2
 The third column of the matrix. More...
 
float4 c3
 The fourth column of the matrix. More...
 

Detailed Description

A matrix with four columns and four rows of floats.

Definition at line 179 of file Types.h.

Member Data Documentation

◆ c0

float4 Bifrost::Math::float4x4::c0

The first column of the matrix.

Definition at line 181 of file Types.h.

◆ c1

float4 Bifrost::Math::float4x4::c1

The second column of the matrix.

Definition at line 182 of file Types.h.

◆ c2

float4 Bifrost::Math::float4x4::c2

The third column of the matrix.

Definition at line 183 of file Types.h.

◆ c3

float4 Bifrost::Math::float4x4::c3

The fourth column of the matrix.

Definition at line 184 of file Types.h.