Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short4x4 Struct Reference

A matrix with four 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...
 
short4 c3
 The fourth column of the matrix. More...
 

Detailed Description

A matrix with four columns and four rows of shorts.

Definition at line 467 of file Types.h.

Member Data Documentation

◆ c0

short4 Bifrost::Math::short4x4::c0

The first column of the matrix.

Definition at line 469 of file Types.h.

◆ c1

short4 Bifrost::Math::short4x4::c1

The second column of the matrix.

Definition at line 470 of file Types.h.

◆ c2

short4 Bifrost::Math::short4x4::c2

The third column of the matrix.

Definition at line 471 of file Types.h.

◆ c3

short4 Bifrost::Math::short4x4::c3

The fourth column of the matrix.

Definition at line 472 of file Types.h.