Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::long2 Struct Reference

A vector of two longs, x and y. More...

#include <Types.h>

Public Attributes

Amino::long_t x
 The 'x' member of the vector. More...
 
Amino::long_t y
 The 'y' member of the vector. More...
 

Detailed Description

A vector of two longs, x and y.

Definition at line 572 of file Types.h.

Member Data Documentation

◆ x

Amino::long_t Bifrost::Math::long2::x

The 'x' member of the vector.

Definition at line 574 of file Types.h.

◆ y

Amino::long_t Bifrost::Math::long2::y

The 'y' member of the vector.

Definition at line 575 of file Types.h.