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

Struct representation on a quaternion. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_Quaternion:
Collaboration graph
[legend]

Public Member Functions

 Fove_Quaternion (float xx=0, float yy=0, float zz=0, float ww=0)
 

Public Attributes

float w = 1
 
float x = 0
 
float y = 0
 
float z = 0
 

Detailed Description

Struct representation on a quaternion.

A quaternion represents an orientation in 3D space.