Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::int3 Struct Reference

A vector of three ints, x, y and z. More...

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 483 of file Types.h.

Member Data Documentation

◆ x

Amino::int_t Bifrost::Math::int3::x

The 'x' member of the vector.

Definition at line 485 of file Types.h.

◆ y

Amino::int_t Bifrost::Math::int3::y

The 'y' member of the vector.

Definition at line 486 of file Types.h.

◆ z

Amino::int_t Bifrost::Math::int3::z

The 'z' member of the vector.

Definition at line 487 of file Types.h.