Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::int2x2 Struct Reference

A matrix with two columns and two rows of ints. More...

#include <Types.h>

Public Attributes

int2 c0
 The first column of the matrix. More...
 
int2 c1
 The second column of the matrix. More...
 

Detailed Description

A matrix with two columns and two rows of ints.

Definition at line 500 of file Types.h.

Member Data Documentation

◆ c0

int2 Bifrost::Math::int2x2::c0

The first column of the matrix.

Definition at line 502 of file Types.h.

◆ c1

int2 Bifrost::Math::int2x2::c1

The second column of the matrix.

Definition at line 503 of file Types.h.