Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong3x4 Struct Reference

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

#include <Types.h>

Public Attributes

ulong3 c0
 The first column of the matrix. More...
 
ulong3 c1
 The second column of the matrix. More...
 
ulong3 c2
 The third column of the matrix. More...
 
ulong3 c3
 The fourth column of the matrix. More...
 

Detailed Description

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

Definition at line 1034 of file Types.h.

Member Data Documentation

◆ c0

ulong3 Bifrost::Math::ulong3x4::c0

The first column of the matrix.

Definition at line 1036 of file Types.h.

◆ c1

ulong3 Bifrost::Math::ulong3x4::c1

The second column of the matrix.

Definition at line 1037 of file Types.h.

◆ c2

ulong3 Bifrost::Math::ulong3x4::c2

The third column of the matrix.

Definition at line 1038 of file Types.h.

◆ c3

ulong3 Bifrost::Math::ulong3x4::c3

The fourth column of the matrix.

Definition at line 1039 of file Types.h.