Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float3x3 Struct Reference

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

Detailed Description

A matrix with tree columns and tree rows of floats.

Definition at line 145 of file Types.h.

Member Data Documentation

◆ c0

float3 Bifrost::Math::float3x3::c0

The first column of the matrix.

Definition at line 147 of file Types.h.

◆ c1

float3 Bifrost::Math::float3x3::c1

The second column of the matrix.

Definition at line 148 of file Types.h.

◆ c2

float3 Bifrost::Math::float3x3::c2

The third column of the matrix.

Definition at line 149 of file Types.h.