Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::long3x3 Struct Reference

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

Detailed Description

A matrix with three columns and three rows of longs.

Definition at line 625 of file Types.h.

Member Data Documentation

◆ c0

long3 Bifrost::Math::long3x3::c0

The first column of the matrix.

Definition at line 627 of file Types.h.

◆ c1

long3 Bifrost::Math::long3x3::c1

The second column of the matrix.

Definition at line 628 of file Types.h.

◆ c2

long3 Bifrost::Math::long3x3::c2

The third column of the matrix.

Definition at line 629 of file Types.h.