Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort2x3 Struct Reference

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

Detailed Description

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

Definition at line 809 of file Types.h.

Member Data Documentation

◆ c0

ushort2 Bifrost::Math::ushort2x3::c0

The first column of the matrix.

Definition at line 811 of file Types.h.

◆ c1

ushort2 Bifrost::Math::ushort2x3::c1

The second column of the matrix.

Definition at line 812 of file Types.h.

◆ c2

ushort2 Bifrost::Math::ushort2x3::c2

The third column of the matrix.

Definition at line 813 of file Types.h.