Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar4x4 Struct Reference

A matrix with four 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...
 
uchar4 c3
 The fourth column of the matrix. More...
 

Detailed Description

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

Definition at line 755 of file Types.h.

Member Data Documentation

◆ c0

uchar4 Bifrost::Math::uchar4x4::c0

The first column of the matrix.

Definition at line 757 of file Types.h.

◆ c1

uchar4 Bifrost::Math::uchar4x4::c1

The second column of the matrix.

Definition at line 758 of file Types.h.

◆ c2

uchar4 Bifrost::Math::uchar4x4::c2

The third column of the matrix.

Definition at line 759 of file Types.h.

◆ c3

uchar4 Bifrost::Math::uchar4x4::c3

The fourth column of the matrix.

Definition at line 760 of file Types.h.