High level GDNative
Single header GDNative high level API for C/C++
Loading...
Searching...
No Matches
Data Fields
hgdn_quat Union Reference

Data Fields

uint8_t data [sizeof(float[4])]
 
float elements [4]
 
struct {
   float   x
 
   float   y
 
   float   z
 
   float   w
 
}; 
 
struct {
   hgdn_vector2   xy
 
   hgdn_vector2   zw
 
}; 
 
struct {
   float   _0
 
   hgdn_vector2   yz
 
   float   _1
 
}; 
 
struct {
   hgdn_vector3   xyz
 
   float   _2
 
}; 
 
struct {
   float   _3
 
   hgdn_vector3   yzw
 
}; 
 

The documentation for this union was generated from the following file: