Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort4x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 851 of file Types.h.

Member Data Documentation

◆ c0

ushort4 Bifrost::Math::ushort4x4::c0

The first column of the matrix.

Definition at line 853 of file Types.h.

◆ c1

ushort4 Bifrost::Math::ushort4x4::c1

The second column of the matrix.

Definition at line 854 of file Types.h.

◆ c2

ushort4 Bifrost::Math::ushort4x4::c2

The third column of the matrix.

Definition at line 855 of file Types.h.

◆ c3

ushort4 Bifrost::Math::ushort4x4::c3

The fourth column of the matrix.

Definition at line 856 of file Types.h.