Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar2x3 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 713 of file Types.h.

Member Data Documentation

◆ c0

uchar2 Bifrost::Math::uchar2x3::c0

The first column of the matrix.

Definition at line 715 of file Types.h.

◆ c1

uchar2 Bifrost::Math::uchar2x3::c1

The second column of the matrix.

Definition at line 716 of file Types.h.

◆ c2

uchar2 Bifrost::Math::uchar2x3::c2

The third column of the matrix.

Definition at line 717 of file Types.h.