Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 842 of file Types.h.

Member Data Documentation

◆ c0

ushort3 Bifrost::Math::ushort3x4::c0

The first column of the matrix.

Definition at line 844 of file Types.h.

◆ c1

ushort3 Bifrost::Math::ushort3x4::c1

The second column of the matrix.

Definition at line 845 of file Types.h.

◆ c2

ushort3 Bifrost::Math::ushort3x4::c2

The third column of the matrix.

Definition at line 846 of file Types.h.

◆ c3

ushort3 Bifrost::Math::ushort3x4::c3

The fourth column of the matrix.

Definition at line 847 of file Types.h.