Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong2x3 Struct Reference

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

Detailed Description

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

Definition at line 1001 of file Types.h.

Member Data Documentation

◆ c0

ulong2 Bifrost::Math::ulong2x3::c0

The first column of the matrix.

Definition at line 1003 of file Types.h.

◆ c1

ulong2 Bifrost::Math::ulong2x3::c1

The second column of the matrix.

Definition at line 1004 of file Types.h.

◆ c2

ulong2 Bifrost::Math::ulong2x3::c2

The third column of the matrix.

Definition at line 1005 of file Types.h.