Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint3x4 Struct Reference

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

Detailed Description

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

Definition at line 938 of file Types.h.

Member Data Documentation

◆ c0

uint3 Bifrost::Math::uint3x4::c0

The first column of the matrix.

Definition at line 940 of file Types.h.

◆ c1

uint3 Bifrost::Math::uint3x4::c1

The second column of the matrix.

Definition at line 941 of file Types.h.

◆ c2

uint3 Bifrost::Math::uint3x4::c2

The third column of the matrix.

Definition at line 942 of file Types.h.

◆ c3

uint3 Bifrost::Math::uint3x4::c3

The fourth column of the matrix.

Definition at line 943 of file Types.h.