#include <dada.h>
Public Member Functions | |
| dQuat () | |
| dQuat (float x, float y, float z, float w) | |
| dQuat (const dQuat &q) | |
| dMatrix | toMatrix () const | 
| dQuat | conjugate () const | 
| void | setaxisangle (dVector axis, float angle) | 
| dQuat | operator * (const dQuat &qR) const | 
| void | renorm () | 
| float * | arr () | 
Data Fields | |
| float | x | 
| float | y | 
| float | z | 
| float | w | 
Definition at line 228 of file dada.h.
| Fluxus::dQuat::dQuat | ( | float | x, | |
| float | y, | |||
| float | z, | |||
| float | w | |||
| ) |  [inline] | 
        
| float Fluxus::dQuat::x | 
| float Fluxus::dQuat::y | 
| float Fluxus::dQuat::z | 
| float Fluxus::dQuat::w | 
 1.5.1