![]() |
Fove SDK
v1.2.0
|
Struct to represent a 2D-vector of integers. More...
#include <FoveAPI.h>

Public Member Functions | |
| Fove_Vec2i (int xx=0, int yy=0) | |
Public Attributes | |
| int | x = 0 |
| X component of the vector. | |
| int | y = 0 |
| Y component of the vector. | |
Struct to represent a 2D-vector of integers.
1.8.17