#include <constants.hh>
Public Member Functions | |
cn () | |
cn (real8 Px, real8 Py, real8 Pz) | |
cn (const cn &P) | |
~cn () | |
cn & | operator= (const cn &P) |
cn & | operator+= (const cn &P) |
cn & | operator-= (const cn &P) |
cn & | operator *= (const real8 s) |
cn & | operator *= (const cn &P) |
cn & | operator/= (const real8 s) |
cn & | operator/= (const cn &P) |
cn | operator+ () |
cn | operator+ (const cn &P) |
cn | operator- () |
cn | operator- (const cn &P) |
cn | operator * (const real8 s) |
cn | operator * (const cn &P) |
cn | operator/ (const real8 s) |
cn | operator/ (const cn &P) |
bool | operator== (const cn &P) const |
bool | operator!= (const cn &P) const |
real8 | in (cn P) const |
cn | out (cn P) const |
real8 | dist (cn P) const |
cn | min (cn P) const |
real8 | norm2 () const |
real8 | norm () const |
cn | normalize () const |
real8 | angle (cn A) const |
cn | scale (real8 val) const |
void | showdata () const |
void | test () |
Public Attributes | |
real8 | x |
real8 | y |
real8 | z |
|
Definition at line 207 of file constants.hh. Referenced by min(), normalize(), operator *(), operator+(), operator-(), operator/(), out(), and scale(). |
|
Definition at line 209 of file constants.hh. |
|
Definition at line 212 of file constants.hh. |
|
Definition at line 215 of file constants.hh. |
|
Definition at line 268 of file constants.hh. References in(), norm(), and real8. Referenced by BBparBperp(), BASELINE::BBparBperpTheta(), BASELINE::IncidenceAngle(), BASELINE::model_parameters(), rangefiltporbits(), and slant2hrodriguez(). |
|
Definition at line 257 of file constants.hh. References real8, sqr(), x, y, and z. Referenced by BBhBv(), BBparBperp(), BASELINE::BBparBperpTheta(), slant2hambiguity(), slant2hrodriguez(), snaphu_unwrap(), and tiepoint(). |
|
Definition at line 253 of file constants.hh. References real8, x, y, and z. Referenced by angle(), eq1_doppler(), eq1_doppler_dt(), eq2_range(), ProjectPointOnLine(), and slant2hambiguity(). |
|
Definition at line 259 of file constants.hh. Referenced by BalphaBhBvBparBperpTheta(), BBparBperp(), BASELINE::BBparBperpTheta(), BASELINE::IncidenceAngle(), lp2xyz(), BASELINE::model_parameters(), ProjectPointOnLine(), rangefiltporbits(), slant2hambiguity(), slant2hrodriguez(), xyz2orb(), and xyz2t(). |
|
Definition at line 263 of file constants.hh. References real8, sqr(), x, y, and z. Referenced by angle(), BBhBv(), normalize(), slant2hambiguity(), snaphu_unwrap(), and xyz2t(). |
|
Definition at line 261 of file constants.hh. References real8, sqr(), x, y, and z. Referenced by BalphaBhBvBparBperpTheta(), slant2hambiguity(), and slant2hrodriguez(). |
|
Definition at line 265 of file constants.hh. |
|
Definition at line 242 of file constants.hh. |
|
Definition at line 240 of file constants.hh. |
|
Definition at line 226 of file constants.hh. |
|
Definition at line 224 of file constants.hh. |
|
Definition at line 250 of file constants.hh. |
|
Definition at line 234 of file constants.hh. |
|
Definition at line 232 of file constants.hh. |
|
Definition at line 220 of file constants.hh. |
|
Definition at line 238 of file constants.hh. |
|
Definition at line 236 of file constants.hh. |
|
Definition at line 222 of file constants.hh. |
|
Definition at line 246 of file constants.hh. |
|
Definition at line 244 of file constants.hh. |
|
Definition at line 230 of file constants.hh. |
|
Definition at line 228 of file constants.hh. |
|
Definition at line 218 of file constants.hh. |
|
Definition at line 248 of file constants.hh. |
|
Definition at line 255 of file constants.hh. |
|
Definition at line 270 of file constants.hh. Referenced by ProjectPointOnLine(). |
|
Definition at line 272 of file constants.hh. References DEBUG, bk_messages::print(), x, y, and z. Referenced by radarcodedem(), and test(). |
|
Definition at line 276 of file constants.hh. References DEBUG, bk_messages::print(), showdata(), x, y, and z. Referenced by inittest(). |
|
|
|