Fove SDK  v0.16.0
Public Member Functions | Public Attributes | List of all members
Fove_Vec3 Struct Reference

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

#include <FoveAPI.h>

Collaboration diagram for Fove_Vec3:
Collaboration graph
[legend]

Public Member Functions

 Fove_Vec3 (float xx=0, float yy=0, float zz=0)
 

Public Attributes

float x = 0
 
float y = 0
 
float z = 0
 

Detailed Description

Struct to represent a 3D-vector.

A vector that represents an position in 3D space.