Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong2x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 1025 of file Types.h.

Member Data Documentation

◆ c0

ulong2 Bifrost::Math::ulong2x4::c0

The first column of the matrix.

Definition at line 1027 of file Types.h.

◆ c1

ulong2 Bifrost::Math::ulong2x4::c1

The second column of the matrix.

Definition at line 1028 of file Types.h.

◆ c2

ulong2 Bifrost::Math::ulong2x4::c2

The third column of the matrix.

Definition at line 1029 of file Types.h.

◆ c3

ulong2 Bifrost::Math::ulong2x4::c3

The fourth column of the matrix.

Definition at line 1030 of file Types.h.