Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool4x2 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with two columns and four rows of bools.

Definition at line 1090 of file Types.h.

Member Data Documentation

◆ c0

bool4 Bifrost::Math::bool4x2::c0

The first column of the matrix.

Definition at line 1092 of file Types.h.

◆ c1

bool4 Bifrost::Math::bool4x2::c1

The second column of the matrix.

Definition at line 1093 of file Types.h.