Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::char4x3 Struct Reference

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

#include <Types.h>

Public Attributes

char4 c0
 The first column of the matrix. More...
 
char4 c1
 The second column of the matrix. More...
 
char4 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and four rows of chars.

Definition at line 345 of file Types.h.

Member Data Documentation

◆ c0

char4 Bifrost::Math::char4x3::c0

The first column of the matrix.

Definition at line 347 of file Types.h.

◆ c1

char4 Bifrost::Math::char4x3::c1

The second column of the matrix.

Definition at line 348 of file Types.h.

◆ c2

char4 Bifrost::Math::char4x3::c2

The third column of the matrix.

Definition at line 349 of file Types.h.