Fove SDK  v1.3.1
Public Attributes | List of all members
Fove_Vec2 Struct Reference

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

#include <FoveAPI.h>

Collaboration diagram for Fove_Vec2:
Collaboration graph
[legend]

Public Attributes

float x
 X component of the vector.
 
float y
 Y component of the vector.
 

Detailed Description

Struct to represent a 2D-vector.

A vector that represents a position or orientation in 2D space, such as screen or image coordinates.