Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 395 of file Types.h.

Member Data Documentation

◆ w

Amino::short_t Bifrost::Math::short4::w

The 'w' member of the vector.

Definition at line 400 of file Types.h.

◆ x

Amino::short_t Bifrost::Math::short4::x

The 'x' member of the vector.

Definition at line 397 of file Types.h.

◆ y

Amino::short_t Bifrost::Math::short4::y

The 'y' member of the vector.

Definition at line 398 of file Types.h.

◆ z

Amino::short_t Bifrost::Math::short4::z

The 'z' member of the vector.

Definition at line 399 of file Types.h.