Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint3x2 Struct Reference

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

#include <Types.h>

Public Attributes

uint3 c0
 The first column of the matrix. More...
 
uint3 c1
 The second column of the matrix. More...
 

Detailed Description

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

Definition at line 891 of file Types.h.

Member Data Documentation

◆ c0

uint3 Bifrost::Math::uint3x2::c0

The first column of the matrix.

Definition at line 893 of file Types.h.

◆ c1

uint3 Bifrost::Math::uint3x2::c1

The second column of the matrix.

Definition at line 894 of file Types.h.