Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort2x4 Struct Reference

A matrix with four columns and two rows of unsigned shorts. More...

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and two rows of unsigned shorts.

Definition at line 833 of file Types.h.

Member Data Documentation

◆ c0

ushort2 Bifrost::Math::ushort2x4::c0

The first column of the matrix.

Definition at line 835 of file Types.h.

◆ c1

ushort2 Bifrost::Math::ushort2x4::c1

The second column of the matrix.

Definition at line 836 of file Types.h.

◆ c2

ushort2 Bifrost::Math::ushort2x4::c2

The third column of the matrix.

Definition at line 837 of file Types.h.

◆ c3

ushort2 Bifrost::Math::ushort2x4::c3

The fourth column of the matrix.

Definition at line 838 of file Types.h.