Parent Directory | Revision Log | Patch
revision 1.1 by pamelaprod, Thu Mar 15 12:20:06 2007 UTC | revision 1.2 by mocchiut, Thu Mar 15 12:46:04 2007 UTC | |
---|---|---|
# | Line 92 short int Sign_1(double_t a, Int_t b){ | Line 92 short int Sign_1(double_t a, Int_t b){ |
92 | return b; | return b; |
93 | } | } |
94 | ||
95 | void InclinationInfo::Clear(){ | |
96 | }; | |
97 | ||
98 | void InclinationInfo::QuaternionstoAngle(Quaternions Qua){ | void InclinationInfo::QuaternionstoAngle(Quaternions Qua){ |
99 | ||
100 | double_t a11 = pow(Qua.quat[0][0],2.)+pow(Qua.quat[0][1],2.)-pow(Qua.quat[0][2],2.)-pow(Qua.quat[0][3],2.); | double_t a11 = pow(Qua.quat[0][0],2.)+pow(Qua.quat[0][1],2.)-pow(Qua.quat[0][2],2.)-pow(Qua.quat[0][3],2.); |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |