Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint3 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 867 of file Types.h.

Member Data Documentation

◆ x

Amino::uint_t Bifrost::Math::uint3::x

The 'x' member of the vector.

Definition at line 869 of file Types.h.

◆ y

Amino::uint_t Bifrost::Math::uint3::y

The 'y' member of the vector.

Definition at line 870 of file Types.h.

◆ z

Amino::uint_t Bifrost::Math::uint3::z

The 'z' member of the vector.

Definition at line 871 of file Types.h.