Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::ushort2 Struct Reference

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

Detailed Description

A vector of two unsigned shorts, x and y.

Definition at line 764 of file Types.h.

Member Data Documentation

◆ x

Amino::ushort_t Bifrost::Math::ushort2::x

The 'x' member of the vector.

Definition at line 766 of file Types.h.

◆ y

Amino::ushort_t Bifrost::Math::ushort2::y

The 'y' member of the vector.

Definition at line 767 of file Types.h.