Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::int4 Struct Reference

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

Detailed Description

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

Definition at line 491 of file Types.h.

Member Data Documentation

◆ w

Amino::int_t Bifrost::Math::int4::w

The 'w' member of the vector.

Definition at line 496 of file Types.h.

◆ x

Amino::int_t Bifrost::Math::int4::x

The 'x' member of the vector.

Definition at line 493 of file Types.h.

◆ y

Amino::int_t Bifrost::Math::int4::y

The 'y' member of the vector.

Definition at line 494 of file Types.h.

◆ z

Amino::int_t Bifrost::Math::int4::z

The 'z' member of the vector.

Definition at line 495 of file Types.h.