Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong4x3 Struct Reference

A matrix with three 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...
 
ulong4 c2
 The third column of the matrix. More...
 

Detailed Description

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

Definition at line 1017 of file Types.h.

Member Data Documentation

◆ c0

ulong4 Bifrost::Math::ulong4x3::c0

The first column of the matrix.

Definition at line 1019 of file Types.h.

◆ c1

ulong4 Bifrost::Math::ulong4x3::c1

The second column of the matrix.

Definition at line 1020 of file Types.h.

◆ c2

ulong4 Bifrost::Math::ulong4x3::c2

The third column of the matrix.

Definition at line 1021 of file Types.h.