Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort3 Struct Reference

A vector of three unsigned shorts, x, y and z. 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...
 

Detailed Description

A vector of three unsigned shorts, x, y and z.

Definition at line 771 of file Types.h.

Member Data Documentation

◆ x

Amino::ushort_t Bifrost::Math::ushort3::x

The 'x' member of the vector.

Definition at line 773 of file Types.h.

◆ y

Amino::ushort_t Bifrost::Math::ushort3::y

The 'y' member of the vector.

Definition at line 774 of file Types.h.

◆ z

Amino::ushort_t Bifrost::Math::ushort3::z

The 'z' member of the vector.

Definition at line 775 of file Types.h.