Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort3x2 Struct Reference

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

Detailed Description

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

Definition at line 795 of file Types.h.

Member Data Documentation

◆ c0

ushort3 Bifrost::Math::ushort3x2::c0

The first column of the matrix.

Definition at line 797 of file Types.h.

◆ c1

ushort3 Bifrost::Math::ushort3x2::c1

The second column of the matrix.

Definition at line 798 of file Types.h.