Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint4 Struct Reference

A vector of four unsigned ints, x, y, z and w. 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...
 
Amino::uint_t w
 The 'w' member of the vector. More...
 

Detailed Description

A vector of four unsigned ints, x, y, z and w.

Definition at line 875 of file Types.h.

Member Data Documentation

◆ w

Amino::uint_t Bifrost::Math::uint4::w

The 'w' member of the vector.

Definition at line 880 of file Types.h.

◆ x

Amino::uint_t Bifrost::Math::uint4::x

The 'x' member of the vector.

Definition at line 877 of file Types.h.

◆ y

Amino::uint_t Bifrost::Math::uint4::y

The 'y' member of the vector.

Definition at line 878 of file Types.h.

◆ z

Amino::uint_t Bifrost::Math::uint4::z

The 'z' member of the vector.

Definition at line 879 of file Types.h.