Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::long3x2 Struct Reference

A matrix with two 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...
 

Detailed Description

A matrix with two columns and three rows of longs.

Definition at line 603 of file Types.h.

Member Data Documentation

◆ c0

long3 Bifrost::Math::long3x2::c0

The first column of the matrix.

Definition at line 605 of file Types.h.

◆ c1

long3 Bifrost::Math::long3x2::c1

The second column of the matrix.

Definition at line 606 of file Types.h.