Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint4x3 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 921 of file Types.h.

Member Data Documentation

◆ c0

uint4 Bifrost::Math::uint4x3::c0

The first column of the matrix.

Definition at line 923 of file Types.h.

◆ c1

uint4 Bifrost::Math::uint4x3::c1

The second column of the matrix.

Definition at line 924 of file Types.h.

◆ c2

uint4 Bifrost::Math::uint4x3::c2

The third column of the matrix.

Definition at line 925 of file Types.h.