Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::int4x2 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with two columns and four rows of ints.

Definition at line 514 of file Types.h.

Member Data Documentation

◆ c0

int4 Bifrost::Math::int4x2::c0

The first column of the matrix.

Definition at line 516 of file Types.h.

◆ c1

int4 Bifrost::Math::int4x2::c1

The second column of the matrix.

Definition at line 517 of file Types.h.