Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short4x3 Struct Reference

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

#include <Types.h>

Public Attributes

short4 c0
 The first column of the matrix. More...
 
short4 c1
 The second column of the matrix. More...
 
short4 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and four rows of shorts.

Definition at line 441 of file Types.h.

Member Data Documentation

◆ c0

short4 Bifrost::Math::short4x3::c0

The first column of the matrix.

Definition at line 443 of file Types.h.

◆ c1

short4 Bifrost::Math::short4x3::c1

The second column of the matrix.

Definition at line 444 of file Types.h.

◆ c2

short4 Bifrost::Math::short4x3::c2

The third column of the matrix.

Definition at line 445 of file Types.h.