Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool4x3 Struct Reference

A matrix with three 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...
 
bool4 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and four rows of bools.

Definition at line 1113 of file Types.h.

Member Data Documentation

◆ c0

bool4 Bifrost::Math::bool4x3::c0

The first column of the matrix.

Definition at line 1115 of file Types.h.

◆ c1

bool4 Bifrost::Math::bool4x3::c1

The second column of the matrix.

Definition at line 1116 of file Types.h.

◆ c2

bool4 Bifrost::Math::bool4x3::c2

The third column of the matrix.

Definition at line 1117 of file Types.h.