Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort2x2 Struct Reference

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

Detailed Description

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

Definition at line 788 of file Types.h.

Member Data Documentation

◆ c0

ushort2 Bifrost::Math::ushort2x2::c0

The first column of the matrix.

Definition at line 790 of file Types.h.

◆ c1

ushort2 Bifrost::Math::ushort2x2::c1

The second column of the matrix.

Definition at line 791 of file Types.h.