Fove SDK  v1.1.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=1)
 

Public Attributes

float w = 1
 W component of the quaternion.
 
float x = 0
 X component of the quaternion.
 
float y = 0
 Y component of the quaternion.
 
float z = 0
 Z component of the quaternion.
 

Detailed Description

Struct representation on a quaternion.

A quaternion represents an orientation in 3D space.