Fove SDK  v1.3.1
Public Member Functions | Public Attributes | List of all members
Fove_Vec2i Struct Reference

Struct to represent a 2D-vector of integers. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_Vec2i:
Collaboration graph
[legend]

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.
 

Detailed Description

Struct to represent a 2D-vector of integers.