Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool3x4 Struct Reference

A matrix with four 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...
 
bool3 c2
 The third column of the matrix. More...
 
bool3 c3
 The fourth column of the matrix. More...
 

Detailed Description

A matrix with four columns and three rows of bools.

Definition at line 1130 of file Types.h.

Member Data Documentation

◆ c0

bool3 Bifrost::Math::bool3x4::c0

The first column of the matrix.

Definition at line 1132 of file Types.h.

◆ c1

bool3 Bifrost::Math::bool3x4::c1

The second column of the matrix.

Definition at line 1133 of file Types.h.

◆ c2

bool3 Bifrost::Math::bool3x4::c2

The third column of the matrix.

Definition at line 1134 of file Types.h.

◆ c3

bool3 Bifrost::Math::bool3x4::c3

The fourth column of the matrix.

Definition at line 1135 of file Types.h.