![]() |
Fove SDK
v1.3.1
|
Struct to represent a 3D-vector. More...
#include <FoveAPI.h>
Public Member Functions | |
Fove_Vec3 (float xx=0, float yy=0, float zz=0) | |
Public Attributes | |
float | x = 0 |
X component of the vector. | |
float | y = 0 |
Y component of the vector. | |
float | z = 0 |
Z component of the vector. | |
Struct to represent a 3D-vector.
A vector that represents an position in 3D space.