Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint2x4 Struct Reference

A matrix with four 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...
 
uint2 c3
 The fourth column of the matrix. More...
 

Detailed Description

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

Definition at line 929 of file Types.h.

Member Data Documentation

◆ c0

uint2 Bifrost::Math::uint2x4::c0

The first column of the matrix.

Definition at line 931 of file Types.h.

◆ c1

uint2 Bifrost::Math::uint2x4::c1

The second column of the matrix.

Definition at line 932 of file Types.h.

◆ c2

uint2 Bifrost::Math::uint2x4::c2

The third column of the matrix.

Definition at line 933 of file Types.h.

◆ c3

uint2 Bifrost::Math::uint2x4::c3

The fourth column of the matrix.

Definition at line 934 of file Types.h.