00001 #ifndef _WINC_ATTITUDEANGLE 00002 #define _WINC_ATTITUDEANGLE 00003 00004 #include <WXP/MonoSinus.h> 00005 00006 namespace WXP { 00012 struct AttitudeAngle { 00013 float expn[3]; /* 1- 3 */ 00014 long nsinus; /* 4 */ 00015 float sinus[30]; /* 5-34 */ 00016 long nmsin; /* 35 */ 00017 MonoSinus msin[4]; 00018 }; 00019 } 00020 #endif 00021
1.6.1