Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::bool3 Struct Reference

A vector of three bools, x, y and z. 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...
 
Amino::bool_t z
 The 'z' member of the vector. More...
 

Detailed Description

A vector of three bools, x, y and z.

Definition at line 1059 of file Types.h.

Member Data Documentation

◆ x

Amino::bool_t Bifrost::Math::bool3::x

The 'x' member of the vector.

Definition at line 1061 of file Types.h.

◆ y

Amino::bool_t Bifrost::Math::bool3::y

The 'y' member of the vector.

Definition at line 1062 of file Types.h.

◆ z

Amino::bool_t Bifrost::Math::bool3::z

The 'z' member of the vector.

Definition at line 1063 of file Types.h.