00001 #ifndef _QUATERNIONTOOLS_H_ 00002 #define _QUATERNIONTOOLS_H_ 00003 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 void quaternion2xyz(const float *q,float *normal, float *transnormal); 00010 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 00016 00017 #endif
1.4.6