Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 746 of file Types.h.

Member Data Documentation

◆ c0

uchar3 Bifrost::Math::uchar3x4::c0

The first column of the matrix.

Definition at line 748 of file Types.h.

◆ c1

uchar3 Bifrost::Math::uchar3x4::c1

The second column of the matrix.

Definition at line 749 of file Types.h.

◆ c2

uchar3 Bifrost::Math::uchar3x4::c2

The third column of the matrix.

Definition at line 750 of file Types.h.

◆ c3

uchar3 Bifrost::Math::uchar3x4::c3

The fourth column of the matrix.

Definition at line 751 of file Types.h.