Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float2x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and two rows of floats.

Definition at line 161 of file Types.h.

Member Data Documentation

◆ c0

float2 Bifrost::Math::float2x4::c0

The first column of the matrix.

Definition at line 163 of file Types.h.

◆ c1

float2 Bifrost::Math::float2x4::c1

The second column of the matrix.

Definition at line 164 of file Types.h.

◆ c2

float2 Bifrost::Math::float2x4::c2

The third column of the matrix.

Definition at line 165 of file Types.h.

◆ c3

float2 Bifrost::Math::float2x4::c3

The fourth column of the matrix.

Definition at line 166 of file Types.h.