Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short2 Struct Reference

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

Detailed Description

A vector of two shorts, x and y.

Definition at line 380 of file Types.h.

Member Data Documentation

◆ x

Amino::short_t Bifrost::Math::short2::x

The 'x' member of the vector.

Definition at line 382 of file Types.h.

◆ y

Amino::short_t Bifrost::Math::short2::y

The 'y' member of the vector.

Definition at line 383 of file Types.h.