Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float4x3 Struct Reference

A matrix with tree 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...
 

Detailed Description

A matrix with tree columns and four rows of floats.

Definition at line 153 of file Types.h.

Member Data Documentation

◆ c0

float4 Bifrost::Math::float4x3::c0

The first column of the matrix.

Definition at line 155 of file Types.h.

◆ c1

float4 Bifrost::Math::float4x3::c1

The second column of the matrix.

Definition at line 156 of file Types.h.

◆ c2

float4 Bifrost::Math::float4x3::c2

The third column of the matrix.

Definition at line 157 of file Types.h.