Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::int3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and three rows of ints.

Definition at line 554 of file Types.h.

Member Data Documentation

◆ c0

int3 Bifrost::Math::int3x4::c0

The first column of the matrix.

Definition at line 556 of file Types.h.

◆ c1

int3 Bifrost::Math::int3x4::c1

The second column of the matrix.

Definition at line 557 of file Types.h.

◆ c2

int3 Bifrost::Math::int3x4::c2

The third column of the matrix.

Definition at line 558 of file Types.h.

◆ c3

int3 Bifrost::Math::int3x4::c3

The fourth column of the matrix.

Definition at line 559 of file Types.h.