Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::char3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and three rows of chars.

Definition at line 362 of file Types.h.

Member Data Documentation

◆ c0

char3 Bifrost::Math::char3x4::c0

The first column of the matrix.

Definition at line 364 of file Types.h.

◆ c1

char3 Bifrost::Math::char3x4::c1

The second column of the matrix.

Definition at line 365 of file Types.h.

◆ c2

char3 Bifrost::Math::char3x4::c2

The third column of the matrix.

Definition at line 366 of file Types.h.

◆ c3

char3 Bifrost::Math::char3x4::c3

The fourth column of the matrix.

Definition at line 367 of file Types.h.