Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float2x2 Struct Reference

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

Detailed Description

A matrix with two columns and two rows of floats.

Definition at line 116 of file Types.h.

Member Data Documentation

◆ c0

float2 Bifrost::Math::float2x2::c0

The first column of the matrix.

Definition at line 118 of file Types.h.

◆ c1

float2 Bifrost::Math::float2x2::c1

The second column of the matrix.

Definition at line 119 of file Types.h.