Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::long3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and three rows of longs.

Definition at line 650 of file Types.h.

Member Data Documentation

◆ c0

long3 Bifrost::Math::long3x4::c0

The first column of the matrix.

Definition at line 652 of file Types.h.

◆ c1

long3 Bifrost::Math::long3x4::c1

The second column of the matrix.

Definition at line 653 of file Types.h.

◆ c2

long3 Bifrost::Math::long3x4::c2

The third column of the matrix.

Definition at line 654 of file Types.h.

◆ c3

long3 Bifrost::Math::long3x4::c3

The fourth column of the matrix.

Definition at line 655 of file Types.h.