Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool3x2 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with two columns and three rows of bools.

Definition at line 1083 of file Types.h.

Member Data Documentation

◆ c0

bool3 Bifrost::Math::bool3x2::c0

The first column of the matrix.

Definition at line 1085 of file Types.h.

◆ c1

bool3 Bifrost::Math::bool3x2::c1

The second column of the matrix.

Definition at line 1086 of file Types.h.