Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short2x2 Struct Reference

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

Detailed Description

A matrix with two columns and two rows of shorts.

Definition at line 404 of file Types.h.

Member Data Documentation

◆ c0

short2 Bifrost::Math::short2x2::c0

The first column of the matrix.

Definition at line 406 of file Types.h.

◆ c1

short2 Bifrost::Math::short2x2::c1

The second column of the matrix.

Definition at line 407 of file Types.h.