Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ulong4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 971 of file Types.h.

Member Data Documentation

◆ w

Amino::ulong_t Bifrost::Math::ulong4::w

The 'w' member of the vector.

Definition at line 976 of file Types.h.

◆ x

Amino::ulong_t Bifrost::Math::ulong4::x

The 'x' member of the vector.

Definition at line 973 of file Types.h.

◆ y

Amino::ulong_t Bifrost::Math::ulong4::y

The 'y' member of the vector.

Definition at line 974 of file Types.h.

◆ z

Amino::ulong_t Bifrost::Math::ulong4::z

The 'z' member of the vector.

Definition at line 975 of file Types.h.