Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool4x4 Struct Reference

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

Detailed Description

A matrix with four columns and four rows of bools.

Definition at line 1139 of file Types.h.

Member Data Documentation

◆ c0

bool4 Bifrost::Math::bool4x4::c0

The first column of the matrix.

Definition at line 1141 of file Types.h.

◆ c1

bool4 Bifrost::Math::bool4x4::c1

The second column of the matrix.

Definition at line 1142 of file Types.h.

◆ c2

bool4 Bifrost::Math::bool4x4::c2

The third column of the matrix.

Definition at line 1143 of file Types.h.

◆ c3

bool4 Bifrost::Math::bool4x4::c3

The fourth column of the matrix.

Definition at line 1144 of file Types.h.