![]() |
Fove SDK
v0.16.1
|
Struct to represent a 2D-vector. More...
#include <FoveAPI.h>
Public Member Functions | |
Fove_Vec2 (float xx=0, float yy=0) | |
Public Attributes | |
float | x = 0 |
float | y = 0 |
Struct to represent a 2D-vector.
A vector that represents a position or orientation in 2D space, such as screen or image coordinates.