graphene_quaternion_t

A quaternion.

The contents of the #graphene_quaternion_t structure are private and should never be accessed directly.

struct graphene_quaternion_t {}

Members

Variables

w
float w;
x
float x;
y
float y;
z
float z;