Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short3x2 Struct Reference

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

Detailed Description

A matrix with two columns and three rows of shorts.

Definition at line 411 of file Types.h.

Member Data Documentation

◆ c0

short3 Bifrost::Math::short3x2::c0

The first column of the matrix.

Definition at line 413 of file Types.h.

◆ c1

short3 Bifrost::Math::short3x2::c1

The second column of the matrix.

Definition at line 414 of file Types.h.