Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar2x2 Struct Reference

A matrix with two 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...
 

Detailed Description

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

Definition at line 692 of file Types.h.

Member Data Documentation

◆ c0

uchar2 Bifrost::Math::uchar2x2::c0

The first column of the matrix.

Definition at line 694 of file Types.h.

◆ c1

uchar2 Bifrost::Math::uchar2x2::c1

The second column of the matrix.

Definition at line 695 of file Types.h.