Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float4x2 Struct Reference

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

Detailed Description

A matrix with two columns and four rows of floats.

Definition at line 130 of file Types.h.

Member Data Documentation

◆ c0

float4 Bifrost::Math::float4x2::c0

The first column of the matrix.

Definition at line 132 of file Types.h.

◆ c1

float4 Bifrost::Math::float4x2::c1

The second column of the matrix.

Definition at line 133 of file Types.h.