Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong4x2 Struct Reference

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

#include <Types.h>

Public Attributes

ulong4 c0
 The first column of the matrix. More...
 
ulong4 c1
 The second column of the matrix. More...
 

Detailed Description

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

Definition at line 994 of file Types.h.

Member Data Documentation

◆ c0

ulong4 Bifrost::Math::ulong4x2::c0

The first column of the matrix.

Definition at line 996 of file Types.h.

◆ c1

ulong4 Bifrost::Math::ulong4x2::c1

The second column of the matrix.

Definition at line 997 of file Types.h.