Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 779 of file Types.h.

Member Data Documentation

◆ w

Amino::ushort_t Bifrost::Math::ushort4::w

The 'w' member of the vector.

Definition at line 784 of file Types.h.

◆ x

Amino::ushort_t Bifrost::Math::ushort4::x

The 'x' member of the vector.

Definition at line 781 of file Types.h.

◆ y

Amino::ushort_t Bifrost::Math::ushort4::y

The 'y' member of the vector.

Definition at line 782 of file Types.h.

◆ z

Amino::ushort_t Bifrost::Math::ushort4::z

The 'z' member of the vector.

Definition at line 783 of file Types.h.