Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short3x3 Struct Reference

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

Detailed Description

A matrix with three columns and tree rows of shorts.

Definition at line 433 of file Types.h.

Member Data Documentation

◆ c0

short3 Bifrost::Math::short3x3::c0

The first column of the matrix.

Definition at line 435 of file Types.h.

◆ c1

short3 Bifrost::Math::short3x3::c1

The second column of the matrix.

Definition at line 436 of file Types.h.

◆ c2

short3 Bifrost::Math::short3x3::c2

The third column of the matrix.

Definition at line 437 of file Types.h.