Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool2 Struct Reference

A vector of two bools, x and y. More...

#include <Types.h>

Public Attributes

Amino::bool_t x
 The 'x' member of the vector. More...
 
Amino::bool_t y
 The 'y' member of the vector. More...
 

Detailed Description

A vector of two bools, x and y.

Definition at line 1052 of file Types.h.

Member Data Documentation

◆ x

Amino::bool_t Bifrost::Math::bool2::x

The 'x' member of the vector.

Definition at line 1054 of file Types.h.

◆ y

Amino::bool_t Bifrost::Math::bool2::y

The 'y' member of the vector.

Definition at line 1055 of file Types.h.