Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong3x2 Struct Reference

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

Detailed Description

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

Definition at line 987 of file Types.h.

Member Data Documentation

◆ c0

ulong3 Bifrost::Math::ulong3x2::c0

The first column of the matrix.

Definition at line 989 of file Types.h.

◆ c1

ulong3 Bifrost::Math::ulong3x2::c1

The second column of the matrix.

Definition at line 990 of file Types.h.