Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool2x3 Struct Reference

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

#include <Types.h>

Public Attributes

bool2 c0
 The first column of the matrix. More...
 
bool2 c1
 The second column of the matrix. More...
 
bool2 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and two rows of bools.

Definition at line 1097 of file Types.h.

Member Data Documentation

◆ c0

bool2 Bifrost::Math::bool2x3::c0

The first column of the matrix.

Definition at line 1099 of file Types.h.

◆ c1

bool2 Bifrost::Math::bool2x3::c1

The second column of the matrix.

Definition at line 1100 of file Types.h.

◆ c2

bool2 Bifrost::Math::bool2x3::c2

The third column of the matrix.

Definition at line 1101 of file Types.h.