Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and three rows of floats.

Definition at line 170 of file Types.h.

Member Data Documentation

◆ c0

float3 Bifrost::Math::float3x4::c0

The first column of the matrix.

Definition at line 172 of file Types.h.

◆ c1

float3 Bifrost::Math::float3x4::c1

The second column of the matrix.

Definition at line 173 of file Types.h.

◆ c2

float3 Bifrost::Math::float3x4::c2

The third column of the matrix.

Definition at line 174 of file Types.h.

◆ c3

float3 Bifrost::Math::float3x4::c3

The fourth column of the matrix.

Definition at line 175 of file Types.h.