Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short2x3 Struct Reference

A matrix with three 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...
 

Detailed Description

A matrix with three columns and two rows of shorts.

Definition at line 425 of file Types.h.

Member Data Documentation

◆ c0

short2 Bifrost::Math::short2x3::c0

The first column of the matrix.

Definition at line 427 of file Types.h.

◆ c1

short2 Bifrost::Math::short2x3::c1

The second column of the matrix.

Definition at line 428 of file Types.h.

◆ c2

short2 Bifrost::Math::short2x3::c2

The third column of the matrix.

Definition at line 429 of file Types.h.