Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar4x3 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 729 of file Types.h.

Member Data Documentation

◆ c0

uchar4 Bifrost::Math::uchar4x3::c0

The first column of the matrix.

Definition at line 731 of file Types.h.

◆ c1

uchar4 Bifrost::Math::uchar4x3::c1

The second column of the matrix.

Definition at line 732 of file Types.h.

◆ c2

uchar4 Bifrost::Math::uchar4x3::c2

The third column of the matrix.

Definition at line 733 of file Types.h.