Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short2x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and two rows of shorts.

Definition at line 449 of file Types.h.

Member Data Documentation

◆ c0

short2 Bifrost::Math::short2x4::c0

The first column of the matrix.

Definition at line 451 of file Types.h.

◆ c1

short2 Bifrost::Math::short2x4::c1

The second column of the matrix.

Definition at line 452 of file Types.h.

◆ c2

short2 Bifrost::Math::short2x4::c2

The third column of the matrix.

Definition at line 453 of file Types.h.

◆ c3

short2 Bifrost::Math::short2x4::c3

The fourth column of the matrix.

Definition at line 454 of file Types.h.