|
SBgl 0.1.0
A graphics framework in C99
|
Quaternion, 16-byte aligned. More...
#include <sbgl_math.h>
Data Fields | ||
| struct { | ||
| float x | ||
| float y | ||
| float z | ||
| float w | ||
| }; | ||
| float | v [4] | |
Quaternion, 16-byte aligned.
Definition at line 72 of file sbgl_math.h.
| __extension__ struct { ... } sbgl_Quat |
| float sbgl_Quat::v[4] |
Definition at line 77 of file sbgl_math.h.
| float sbgl_Quat::w |
Definition at line 75 of file sbgl_math.h.
| float sbgl_Quat::x |
Definition at line 75 of file sbgl_math.h.
| float sbgl_Quat::y |
Definition at line 75 of file sbgl_math.h.
| float sbgl_Quat::z |
Definition at line 75 of file sbgl_math.h.