Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::long2x4 Struct Reference

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

#include <Types.h>

Public Attributes

long2 c0
 The first column of the matrix. More...
 
long2 c1
 The second column of the matrix. More...
 
long2 c2
 The third column of the matrix. More...
 
long2 c3
 The fourth column of the matrix. More...
 

Detailed Description

A matrix with four columns and two rows of longs.

Definition at line 641 of file Types.h.

Member Data Documentation

◆ c0

long2 Bifrost::Math::long2x4::c0

The first column of the matrix.

Definition at line 643 of file Types.h.

◆ c1

long2 Bifrost::Math::long2x4::c1

The second column of the matrix.

Definition at line 644 of file Types.h.

◆ c2

long2 Bifrost::Math::long2x4::c2

The third column of the matrix.

Definition at line 645 of file Types.h.

◆ c3

long2 Bifrost::Math::long2x4::c3

The fourth column of the matrix.

Definition at line 646 of file Types.h.