Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float2x3 Struct Reference

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

Detailed Description

A matrix with tree columns and two rows of floats.

Definition at line 137 of file Types.h.

Member Data Documentation

◆ c0

float2 Bifrost::Math::float2x3::c0

The first column of the matrix.

Definition at line 139 of file Types.h.

◆ c1

float2 Bifrost::Math::float2x3::c1

The second column of the matrix.

Definition at line 140 of file Types.h.

◆ c2

float2 Bifrost::Math::float2x3::c2

The third column of the matrix.

Definition at line 141 of file Types.h.