Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint2x3 Struct Reference

A matrix with three columns and two rows of unsigned ints. More...

#include <Types.h>

Public Attributes

uint2 c0
 The first column of the matrix. More...
 
uint2 c1
 The second column of the matrix. More...
 
uint2 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and two rows of unsigned ints.

Definition at line 905 of file Types.h.

Member Data Documentation

◆ c0

uint2 Bifrost::Math::uint2x3::c0

The first column of the matrix.

Definition at line 907 of file Types.h.

◆ c1

uint2 Bifrost::Math::uint2x3::c1

The second column of the matrix.

Definition at line 908 of file Types.h.

◆ c2

uint2 Bifrost::Math::uint2x3::c2

The third column of the matrix.

Definition at line 909 of file Types.h.