Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and three rows of shorts.

Definition at line 458 of file Types.h.

Member Data Documentation

◆ c0

short3 Bifrost::Math::short3x4::c0

The first column of the matrix.

Definition at line 460 of file Types.h.

◆ c1

short3 Bifrost::Math::short3x4::c1

The second column of the matrix.

Definition at line 461 of file Types.h.

◆ c2

short3 Bifrost::Math::short3x4::c2

The third column of the matrix.

Definition at line 462 of file Types.h.

◆ c3

short3 Bifrost::Math::short3x4::c3

The fourth column of the matrix.

Definition at line 463 of file Types.h.