Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint4x2 Struct Reference

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

Detailed Description

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

Definition at line 898 of file Types.h.

Member Data Documentation

◆ c0

uint4 Bifrost::Math::uint4x2::c0

The first column of the matrix.

Definition at line 900 of file Types.h.

◆ c1

uint4 Bifrost::Math::uint4x2::c1

The second column of the matrix.

Definition at line 901 of file Types.h.