Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::long4x3 Struct Reference

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

#include <Types.h>

Public Attributes

long4 c0
 The first column of the matrix. More...
 
long4 c1
 The second column of the matrix. More...
 
long4 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and four rows of longs.

Definition at line 633 of file Types.h.

Member Data Documentation

◆ c0

long4 Bifrost::Math::long4x3::c0

The first column of the matrix.

Definition at line 635 of file Types.h.

◆ c1

long4 Bifrost::Math::long4x3::c1

The second column of the matrix.

Definition at line 636 of file Types.h.

◆ c2

long4 Bifrost::Math::long4x3::c2

The third column of the matrix.

Definition at line 637 of file Types.h.