├── docs └── html │ ├── bc_s.png │ ├── bdwn.png │ ├── doc.png │ ├── nav_f.png │ ├── nav_g.png │ ├── nav_h.png │ ├── open.png │ ├── tab_a.png │ ├── tab_b.png │ ├── tab_h.png │ ├── tab_s.png │ ├── closed.png │ ├── doxygen.png │ ├── sync_on.png │ ├── folderopen.png │ ├── splitbar.png │ ├── sync_off.png │ ├── folderclosed.png │ ├── search │ ├── close.png │ ├── mag_sel.png │ ├── search_l.png │ ├── search_m.png │ ├── search_r.png │ ├── classes_0.js │ ├── classes_2.js │ ├── classes_4.js │ ├── namespaces_0.js │ ├── classes_6.js │ ├── pages_0.js │ ├── classes_5.js │ ├── functions_5.js │ ├── functions_1.js │ ├── functions_6.js │ ├── all_5.js │ ├── classes_1.js │ ├── all_6.js │ ├── classes_3.js │ ├── searchdata.js │ ├── nomatches.html │ ├── files_0.js │ ├── functions_0.js │ ├── functions_2.js │ ├── functions_3.js │ ├── all_0.js │ ├── all_2.js │ ├── all_1.js │ ├── all_3.js │ ├── all_0.html │ ├── all_1.html │ ├── all_2.html │ ├── all_3.html │ ├── all_4.html │ ├── all_5.html │ ├── all_6.html │ ├── all_7.html │ ├── all_8.html │ ├── files_0.html │ ├── pages_0.html │ ├── classes_0.html │ ├── classes_1.html │ ├── classes_2.html │ ├── classes_3.html │ ├── classes_4.html │ ├── classes_5.html │ ├── classes_6.html │ ├── functions_0.html │ ├── functions_1.html │ ├── functions_2.html │ ├── functions_3.html │ ├── functions_4.html │ ├── functions_5.html │ ├── functions_6.html │ ├── functions_7.html │ ├── functions_8.html │ ├── namespaces_0.html │ ├── functions_7.js │ ├── all_7.js │ ├── all_4.js │ ├── functions_4.js │ ├── all_8.js │ ├── functions_8.js │ └── search.css │ ├── classcoordinate_systems_test.png │ ├── classcoordinate_systems_1_1_a_e_r.png │ ├── classcoordinate_systems_1_1_d_c_a.png │ ├── classcoordinate_systems_1_1_e_c_f.png │ ├── classcoordinate_systems_1_1_e_n_u.png │ ├── classcoordinate_systems_1_1_l_l_a.png │ ├── classcoordinate_systems_1_1_cartesian.png │ ├── classcoordinate_systems_1_1_spherical.png │ ├── classcoordinate_systems_1_1earth_fixed.png │ ├── classcoordinate_systems_1_1earth_centered.png │ ├── classcoordinate_systems_1_1position_vector.png │ ├── menudata.js │ ├── menu.js │ ├── index.html │ ├── pages.html │ ├── namespaces.html │ ├── dir_68267d1309a1af8e8297ef4c3efbcdba.html │ ├── dir_d44c64559bbebec7f509842c48db8b23.html │ ├── coordinate_systems_8cpp.html │ ├── dynsections.js │ ├── classcoordinate_systems_test-members.html │ ├── classcoordinate_systems_test.html │ ├── dir_59425e443f801f1f2fd8bbe4959a3ccf.html │ ├── coordinate_systems_test_runner_8cpp.html │ ├── coordinate_systems_test_8cpp.html │ ├── md__r_e_a_d_m_e.html │ ├── coordinate_systems_test_8h.html │ ├── files.html │ ├── classes.html │ ├── classcoordinate_systems_1_1earth_centered-members.html │ ├── annotated.html │ ├── classcoordinate_systems_1_1position_vector-members.html │ ├── classcoordinate_systems_1_1earth_fixed-members.html │ ├── tabs.css │ └── classcoordinate_systems_1_1_cartesian-members.html ├── tests ├── coordinateSystemsTestRunner.cpp └── coordinateSystemsTest.h └── README.md /docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/bc_s.png -------------------------------------------------------------------------------- /docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/bdwn.png -------------------------------------------------------------------------------- /docs/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/doc.png -------------------------------------------------------------------------------- /docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/nav_f.png -------------------------------------------------------------------------------- /docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/nav_g.png -------------------------------------------------------------------------------- /docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/nav_h.png -------------------------------------------------------------------------------- /docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/open.png -------------------------------------------------------------------------------- /docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/tab_a.png -------------------------------------------------------------------------------- /docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/tab_b.png -------------------------------------------------------------------------------- /docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/tab_h.png -------------------------------------------------------------------------------- /docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/tab_s.png -------------------------------------------------------------------------------- /docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/closed.png -------------------------------------------------------------------------------- /docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/doxygen.png -------------------------------------------------------------------------------- /docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/sync_on.png -------------------------------------------------------------------------------- /docs/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/folderopen.png -------------------------------------------------------------------------------- /docs/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/splitbar.png -------------------------------------------------------------------------------- /docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/sync_off.png -------------------------------------------------------------------------------- /docs/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/folderclosed.png -------------------------------------------------------------------------------- /docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/search/close.png -------------------------------------------------------------------------------- /docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/search/search_l.png -------------------------------------------------------------------------------- /docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/search/search_m.png -------------------------------------------------------------------------------- /docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/search/search_r.png -------------------------------------------------------------------------------- /docs/html/search/classes_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['aer_36',['AER',['../classcoordinate_systems_1_1_a_e_r.html',1,'coordinateSystems']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/classes_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['dca_39',['DCA',['../classcoordinate_systems_1_1_d_c_a.html',1,'coordinateSystems']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/classes_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['lla_44',['LLA',['../classcoordinate_systems_1_1_l_l_a.html',1,'coordinateSystems']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_test.png -------------------------------------------------------------------------------- /docs/html/search/namespaces_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['coordinatesystems_47',['coordinateSystems',['../namespacecoordinate_systems.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_a_e_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_a_e_r.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_d_c_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_d_c_a.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_e_c_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_e_c_f.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_e_n_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_e_n_u.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_l_l_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_l_l_a.png -------------------------------------------------------------------------------- /docs/html/search/classes_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['spherical_46',['Spherical',['../classcoordinate_systems_1_1_spherical.html',1,'coordinateSystems']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_cartesian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_cartesian.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1_spherical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1_spherical.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1earth_fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1earth_fixed.png -------------------------------------------------------------------------------- /docs/html/search/pages_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['coordinate_20systems_20class_20library_79',['Coordinate Systems Class Library',['../md__r_e_a_d_m_e.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1earth_centered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1earth_centered.png -------------------------------------------------------------------------------- /docs/html/classcoordinate_systems_1_1position_vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Coordinate-systems-class-library/master/docs/html/classcoordinate_systems_1_1position_vector.png -------------------------------------------------------------------------------- /docs/html/search/classes_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['positionvector_45',['positionVector',['../classcoordinate_systems_1_1position_vector.html',1,'coordinateSystems']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/functions_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['lla_65',['LLA',['../classcoordinate_systems_1_1_l_l_a.html#a330ac543605dc3a5da50bb1af41d701a',1,'coordinateSystems::LLA']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/functions_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['cartesian_54',['Cartesian',['../classcoordinate_systems_1_1_cartesian.html#a540a85c5d340f84436e5e6a891f4a08e',1,'coordinateSystems::Cartesian']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/functions_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['positionvector_66',['positionVector',['../classcoordinate_systems_1_1position_vector.html#a663b7bf6c5aafe254fd9d29e2da9cb25',1,'coordinateSystems::positionVector']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/all_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['lla_22',['LLA',['../classcoordinate_systems_1_1_l_l_a.html',1,'coordinateSystems::LLA'],['../classcoordinate_systems_1_1_l_l_a.html#a330ac543605dc3a5da50bb1af41d701a',1,'coordinateSystems::LLA::LLA()']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/classes_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['cartesian_37',['Cartesian',['../classcoordinate_systems_1_1_cartesian.html',1,'coordinateSystems']]], 4 | ['coordinatesystemstest_38',['coordinateSystemsTest',['../classcoordinate_systems_test.html',1,'']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /docs/html/search/all_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['positionvector_23',['positionVector',['../classcoordinate_systems_1_1position_vector.html',1,'coordinateSystems::positionVector'],['../classcoordinate_systems_1_1position_vector.html#a663b7bf6c5aafe254fd9d29e2da9cb25',1,'coordinateSystems::positionVector::positionVector()']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /docs/html/search/classes_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['earthcentered_40',['earthCentered',['../classcoordinate_systems_1_1earth_centered.html',1,'coordinateSystems']]], 4 | ['earthfixed_41',['earthFixed',['../classcoordinate_systems_1_1earth_fixed.html',1,'coordinateSystems']]], 5 | ['ecf_42',['ECF',['../classcoordinate_systems_1_1_e_c_f.html',1,'coordinateSystems']]], 6 | ['enu_43',['ENU',['../classcoordinate_systems_1_1_e_n_u.html',1,'coordinateSystems']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /docs/html/search/searchdata.js: -------------------------------------------------------------------------------- 1 | var indexSectionsWithContent = 2 | { 3 | 0: "acdeglpst", 4 | 1: "acdelps", 5 | 2: "c", 6 | 3: "c", 7 | 4: "acdeglpst", 8 | 5: "c" 9 | }; 10 | 11 | var indexSectionNames = 12 | { 13 | 0: "all", 14 | 1: "classes", 15 | 2: "namespaces", 16 | 3: "files", 17 | 4: "functions", 18 | 5: "pages" 19 | }; 20 | 21 | var indexSectionLabels = 22 | { 23 | 0: "All", 24 | 1: "Classes", 25 | 2: "Namespaces", 26 | 3: "Files", 27 | 4: "Functions", 28 | 5: "Pages" 29 | }; 30 | 31 | -------------------------------------------------------------------------------- /docs/html/search/nomatches.html: -------------------------------------------------------------------------------- 1 | 2 |
|
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
75 | 1.8.17
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/docs/html/search/all_8.js:
--------------------------------------------------------------------------------
1 | var searchData=
2 | [
3 | ['toaer_31',['toAER',['../classcoordinate_systems_1_1_e_c_f.html#ae37a5c3c25411d8b6d357ea7dd8774b3',1,'coordinateSystems::ECF::toAER(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_c_f.html#ac36c51882bdcc88878cae05a49fb97b3',1,'coordinateSystems::ECF::toAER(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a992131a737d7d7771dbbc73737b3684a',1,'coordinateSystems::LLA::toAER(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a1f5cab3cca0c78556014d79f7418d37a',1,'coordinateSystems::LLA::toAER(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_n_u.html#a8eb1f1a3c1a5009d8c53346b595769e6',1,'coordinateSystems::ENU::toAER()'],['../classcoordinate_systems_1_1_d_c_a.html#a8e490478886b47b9b28b4263d1745733',1,'coordinateSystems::DCA::toAER()']]],
4 | ['todca_32',['toDCA',['../classcoordinate_systems_1_1_e_c_f.html#a08491deb0ecd41c9252b479071d4de2f',1,'coordinateSystems::ECF::toDCA(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_c_f.html#aa7bb597104f6ed11706dfc4feedf74e2',1,'coordinateSystems::ECF::toDCA(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a1bb1627bd292e812970a916b8c40de03',1,'coordinateSystems::LLA::toDCA(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a8ba2ef04542c2bed94ff4d97db7c84a4',1,'coordinateSystems::LLA::toDCA(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_n_u.html#aae72cb88140b14feb96d923810a4ae29',1,'coordinateSystems::ENU::toDCA()'],['../classcoordinate_systems_1_1_a_e_r.html#a63e9b22dfbc74adac267550800374784',1,'coordinateSystems::AER::toDCA()']]],
5 | ['toecf_33',['toECF',['../classcoordinate_systems_1_1_l_l_a.html#a2fb835fda89f9a5aa174358988e69d39',1,'coordinateSystems::LLA::toECF()'],['../classcoordinate_systems_1_1_e_n_u.html#a162bad4f36b96e7553ba163e75351206',1,'coordinateSystems::ENU::toECF()'],['../classcoordinate_systems_1_1_d_c_a.html#ae06df8ad8e14ff459c46a5d67784d760',1,'coordinateSystems::DCA::toECF()'],['../classcoordinate_systems_1_1_a_e_r.html#a99b510d1d6471015120f5cacca8ba36f',1,'coordinateSystems::AER::toECF()']]],
6 | ['toenu_34',['toENU',['../classcoordinate_systems_1_1_e_c_f.html#ac501c92792f22194ba3c8af71673b128',1,'coordinateSystems::ECF::toENU(LLA _origin)'],['../classcoordinate_systems_1_1_e_c_f.html#a1783901932dfe583bc8a5053e550d855',1,'coordinateSystems::ECF::toENU(double _latitude, double _longitude, double _altitude)'],['../classcoordinate_systems_1_1_l_l_a.html#a8fbc44097e7af75ca6ecd988ccea607f',1,'coordinateSystems::LLA::toENU(LLA _origin)'],['../classcoordinate_systems_1_1_l_l_a.html#a9457d48e3cc753109e3d6e4926abb006',1,'coordinateSystems::LLA::toENU(double _latitude, double _longitude, double _altitude)'],['../classcoordinate_systems_1_1_d_c_a.html#ab9af0966f005d0224f827e9426f6024d',1,'coordinateSystems::DCA::toENU()'],['../classcoordinate_systems_1_1_a_e_r.html#a0311edd451878b5fb9c34aaec2b76218',1,'coordinateSystems::AER::toENU()']]],
7 | ['tolla_35',['toLLA',['../classcoordinate_systems_1_1_e_c_f.html#afceb9b6135092afaec3461e6d665e3cf',1,'coordinateSystems::ECF::toLLA()'],['../classcoordinate_systems_1_1_e_n_u.html#a9cb3f95512d8fc114070ffe622e8fd5f',1,'coordinateSystems::ENU::toLLA()'],['../classcoordinate_systems_1_1_d_c_a.html#afb4754a264e38ba23e5cec7675390f70',1,'coordinateSystems::DCA::toLLA()'],['../classcoordinate_systems_1_1_a_e_r.html#a619ce7b1772a020caec17afbe9f0a811',1,'coordinateSystems::AER::toLLA()']]]
8 | ];
9 |
--------------------------------------------------------------------------------
/docs/html/search/functions_8.js:
--------------------------------------------------------------------------------
1 | var searchData=
2 | [
3 | ['toaer_74',['toAER',['../classcoordinate_systems_1_1_e_c_f.html#ae37a5c3c25411d8b6d357ea7dd8774b3',1,'coordinateSystems::ECF::toAER(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_c_f.html#ac36c51882bdcc88878cae05a49fb97b3',1,'coordinateSystems::ECF::toAER(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a992131a737d7d7771dbbc73737b3684a',1,'coordinateSystems::LLA::toAER(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a1f5cab3cca0c78556014d79f7418d37a',1,'coordinateSystems::LLA::toAER(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_n_u.html#a8eb1f1a3c1a5009d8c53346b595769e6',1,'coordinateSystems::ENU::toAER()'],['../classcoordinate_systems_1_1_d_c_a.html#a8e490478886b47b9b28b4263d1745733',1,'coordinateSystems::DCA::toAER()']]],
4 | ['todca_75',['toDCA',['../classcoordinate_systems_1_1_e_c_f.html#a08491deb0ecd41c9252b479071d4de2f',1,'coordinateSystems::ECF::toDCA(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_c_f.html#aa7bb597104f6ed11706dfc4feedf74e2',1,'coordinateSystems::ECF::toDCA(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a1bb1627bd292e812970a916b8c40de03',1,'coordinateSystems::LLA::toDCA(LLA _origin, double _heading=0.0)'],['../classcoordinate_systems_1_1_l_l_a.html#a8ba2ef04542c2bed94ff4d97db7c84a4',1,'coordinateSystems::LLA::toDCA(double _latitude, double _longitude, double _altitude, double _heading=0.0)'],['../classcoordinate_systems_1_1_e_n_u.html#aae72cb88140b14feb96d923810a4ae29',1,'coordinateSystems::ENU::toDCA()'],['../classcoordinate_systems_1_1_a_e_r.html#a63e9b22dfbc74adac267550800374784',1,'coordinateSystems::AER::toDCA()']]],
5 | ['toecf_76',['toECF',['../classcoordinate_systems_1_1_l_l_a.html#a2fb835fda89f9a5aa174358988e69d39',1,'coordinateSystems::LLA::toECF()'],['../classcoordinate_systems_1_1_e_n_u.html#a162bad4f36b96e7553ba163e75351206',1,'coordinateSystems::ENU::toECF()'],['../classcoordinate_systems_1_1_d_c_a.html#ae06df8ad8e14ff459c46a5d67784d760',1,'coordinateSystems::DCA::toECF()'],['../classcoordinate_systems_1_1_a_e_r.html#a99b510d1d6471015120f5cacca8ba36f',1,'coordinateSystems::AER::toECF()']]],
6 | ['toenu_77',['toENU',['../classcoordinate_systems_1_1_e_c_f.html#ac501c92792f22194ba3c8af71673b128',1,'coordinateSystems::ECF::toENU(LLA _origin)'],['../classcoordinate_systems_1_1_e_c_f.html#a1783901932dfe583bc8a5053e550d855',1,'coordinateSystems::ECF::toENU(double _latitude, double _longitude, double _altitude)'],['../classcoordinate_systems_1_1_l_l_a.html#a8fbc44097e7af75ca6ecd988ccea607f',1,'coordinateSystems::LLA::toENU(LLA _origin)'],['../classcoordinate_systems_1_1_l_l_a.html#a9457d48e3cc753109e3d6e4926abb006',1,'coordinateSystems::LLA::toENU(double _latitude, double _longitude, double _altitude)'],['../classcoordinate_systems_1_1_d_c_a.html#ab9af0966f005d0224f827e9426f6024d',1,'coordinateSystems::DCA::toENU()'],['../classcoordinate_systems_1_1_a_e_r.html#a0311edd451878b5fb9c34aaec2b76218',1,'coordinateSystems::AER::toENU()']]],
7 | ['tolla_78',['toLLA',['../classcoordinate_systems_1_1_e_c_f.html#afceb9b6135092afaec3461e6d665e3cf',1,'coordinateSystems::ECF::toLLA()'],['../classcoordinate_systems_1_1_e_n_u.html#a9cb3f95512d8fc114070ffe622e8fd5f',1,'coordinateSystems::ENU::toLLA()'],['../classcoordinate_systems_1_1_d_c_a.html#afb4754a264e38ba23e5cec7675390f70',1,'coordinateSystems::DCA::toLLA()'],['../classcoordinate_systems_1_1_a_e_r.html#a619ce7b1772a020caec17afbe9f0a811',1,'coordinateSystems::AER::toLLA()']]]
8 | ];
9 |
--------------------------------------------------------------------------------
/docs/html/pages.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
| Coordinate Systems Class Library |
80 | 1.8.17
81 |
82 |
83 |
84 |
--------------------------------------------------------------------------------
/docs/html/namespaces.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
| NcoordinateSystems |
80 | 1.8.17
81 |
82 |
83 |
84 |
--------------------------------------------------------------------------------
/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
76 | Files | |
| file | coordinateSystems.cpp |
| Coordinate systems class library implementation. | |
86 | 1.8.17
87 |
88 |
89 |
90 |
--------------------------------------------------------------------------------
/docs/html/dir_d44c64559bbebec7f509842c48db8b23.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
76 | Files | |
| file | coordinateSystems.h [code] |
| Coordinate systems class library definition. | |
86 | 1.8.17
87 |
88 |
89 |
90 |
--------------------------------------------------------------------------------
/tests/coordinateSystemsTest.h:
--------------------------------------------------------------------------------
1 | /**
2 | * @brief Coordinate systems class library tester definition.
3 | * @file coordinateSystemsTest.h
4 | * @version 19.09
5 | * @date September 24, 2019
6 | * @details Class for testing the coordinate systems class library
7 | *
8 | * Version History:
9 | * Version 0.0 on December 5, 2013
10 | * Version 1.0 on January 13, 2014
11 | * Version 19.09 on September 24, 2019
12 | */
13 |
14 | #ifndef COORDINATESYSTEMSTEST_H
15 | #define COORDINATESYSTEMSTEST_H
16 |
17 | #include |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
Coordinate systems class library implementation. 76 | More...
77 |Coordinate systems class library implementation.
81 |Library of classes representing various coordinate systems and providing the transformations between them. Coordinate systems represented are: East-North-Up (ENU), Downrange-Crossrange-Above (DCA), Latitude- Longitude-Altitude (LLA), Earth-Centered-Fixed (ECF), and Azimuth-Elevation- Range (AER).
84 |Version History: Version 0.0 on December 5, 2013 Version 1.0 on January 13, 2014 Version 1.4 on June 6, 2014 Version 19.09 on September 24, 2019
85 |
90 | 1.8.17
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/docs/html/dynsections.js:
--------------------------------------------------------------------------------
1 | /*
2 | @licstart The following is the entire license notice for the
3 | JavaScript code in this file.
4 |
5 | Copyright (C) 1997-2017 by Dimitri van Heesch
6 |
7 | This program is free software; you can redistribute it and/or modify
8 | it under the terms of the GNU General Public License as published by
9 | the Free Software Foundation; either version 2 of the License, or
10 | (at your option) any later version.
11 |
12 | This program is distributed in the hope that it will be useful,
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | GNU General Public License for more details.
16 |
17 | You should have received a copy of the GNU General Public License along
18 | with this program; if not, write to the Free Software Foundation, Inc.,
19 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 |
21 | @licend The above is the entire license notice
22 | for the JavaScript code in this file
23 | */
24 | function toggleVisibility(linkObj)
25 | {
26 | var base = $(linkObj).attr('id');
27 | var summary = $('#'+base+'-summary');
28 | var content = $('#'+base+'-content');
29 | var trigger = $('#'+base+'-trigger');
30 | var src=$(trigger).attr('src');
31 | if (content.is(':visible')===true) {
32 | content.hide();
33 | summary.show();
34 | $(linkObj).addClass('closed').removeClass('opened');
35 | $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
36 | } else {
37 | content.show();
38 | summary.hide();
39 | $(linkObj).removeClass('closed').addClass('opened');
40 | $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
41 | }
42 | return false;
43 | }
44 |
45 | function updateStripes()
46 | {
47 | $('table.directory tr').
48 | removeClass('even').filter(':visible:even').addClass('even');
49 | }
50 |
51 | function toggleLevel(level)
52 | {
53 | $('table.directory tr').each(function() {
54 | var l = this.id.split('_').length-1;
55 | var i = $('#img'+this.id.substring(3));
56 | var a = $('#arr'+this.id.substring(3));
57 | if (l|
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
This is the complete list of members for coordinateSystemsTest, including all inherited members.
72 || coordinateSystemsTest() (defined in coordinateSystemsTest) | coordinateSystemsTest | |
| setUp() (defined in coordinateSystemsTest) | coordinateSystemsTest | |
| tearDown() (defined in coordinateSystemsTest) | coordinateSystemsTest | |
| ~coordinateSystemsTest() (defined in coordinateSystemsTest) | coordinateSystemsTest | virtual |
82 | 1.8.17
83 |
84 |
85 |
86 |
--------------------------------------------------------------------------------
/docs/html/classcoordinate_systems_test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
78 | 81 | Public Member Functions | |
| 83 | void | setUp () |
| 86 | void | tearDown () |
98 | 1.8.17
99 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/docs/html/dir_59425e443f801f1f2fd8bbe4959a3ccf.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
76 | Files | |
| file | coordinateSystemsTest.cpp |
| Coordinate systems class library tester implementation. | |
| file | coordinateSystemsTest.h [code] |
| Coordinate systems class library tester definition. | |
| file | coordinateSystemsTestRunner.cpp |
| Main program for running coordinate systems tester. | |
92 | 1.8.17
93 |
94 |
95 |
96 |
--------------------------------------------------------------------------------
/docs/html/coordinate_systems_test_runner_8cpp.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
Main program for running coordinate systems tester. 78 | More...
79 |#include <cppunit/BriefTestProgressListener.h>#include <cppunit/CompilerOutputter.h>#include <cppunit/extensions/TestFactoryRegistry.h>#include <cppunit/TestResult.h>#include <cppunit/TestResultCollector.h>#include <cppunit/TestRunner.h>87 | Functions | |
| 89 | int | main () |
Main program for running coordinate systems tester.
94 |CppUnit test runner.
97 |Version History: Version 0.0 on December 5, 2013 Version 1.0 on January 13, 2014 Version 1.4 on June 6, 2014
98 |
103 | 1.8.17
104 |
105 |
106 |
107 |
--------------------------------------------------------------------------------
/docs/html/coordinate_systems_test_8cpp.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
Coordinate systems class library tester implementation. 78 | More...
79 |#include <math.h>#include "coordinateSystemsTest.h"#include "include/coordinateSystems.h"84 | Functions | |
| 86 | | CPPUNIT_TEST_SUITE_REGISTRATION (coordinateSystemsTest) |
Coordinate systems class library tester implementation.
91 |Class for testing the coordinate systems class library
94 |Version History: Version 0.0 on December 5, 2013 Version 1.0 on January 13, 2014 Version 19.09 on September 24, 2019
95 |
100 | 1.8.17
101 |
102 |
103 |
104 |
--------------------------------------------------------------------------------
/docs/html/md__r_e_a_d_m_e.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
Library of classes representing various coordinate systems and providing the transformations between them. Coordinate systems represented are: East-North-Up (ENU), Downrange-Crossrange-Above (DCA), Latitude-Longitude-Altitude (LLA), Earth-Centered-Fixed (ECF), and Azimuth-Elevation-Range (AER).
71 |Copyright 2020 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
74 |No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE. FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS."
77 |Waiver and Indemnity: RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT. IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
78 |
84 | 1.8.17
85 |
86 |
87 |
88 |
--------------------------------------------------------------------------------
/docs/html/search/search.css:
--------------------------------------------------------------------------------
1 | /*---------------- Search Box */
2 |
3 | #FSearchBox {
4 | float: left;
5 | }
6 |
7 | #MSearchBox {
8 | white-space : nowrap;
9 | float: none;
10 | margin-top: 8px;
11 | right: 0px;
12 | width: 170px;
13 | height: 24px;
14 | z-index: 102;
15 | }
16 |
17 | #MSearchBox .left
18 | {
19 | display:block;
20 | position:absolute;
21 | left:10px;
22 | width:20px;
23 | height:19px;
24 | background:url('search_l.png') no-repeat;
25 | background-position:right;
26 | }
27 |
28 | #MSearchSelect {
29 | display:block;
30 | position:absolute;
31 | width:20px;
32 | height:19px;
33 | }
34 |
35 | .left #MSearchSelect {
36 | left:4px;
37 | }
38 |
39 | .right #MSearchSelect {
40 | right:5px;
41 | }
42 |
43 | #MSearchField {
44 | display:block;
45 | position:absolute;
46 | height:19px;
47 | background:url('search_m.png') repeat-x;
48 | border:none;
49 | width:115px;
50 | margin-left:20px;
51 | padding-left:4px;
52 | color: #909090;
53 | outline: none;
54 | font: 9pt Arial, Verdana, sans-serif;
55 | -webkit-border-radius: 0px;
56 | }
57 |
58 | #FSearchBox #MSearchField {
59 | margin-left:15px;
60 | }
61 |
62 | #MSearchBox .right {
63 | display:block;
64 | position:absolute;
65 | right:10px;
66 | top:8px;
67 | width:20px;
68 | height:19px;
69 | background:url('search_r.png') no-repeat;
70 | background-position:left;
71 | }
72 |
73 | #MSearchClose {
74 | display: none;
75 | position: absolute;
76 | top: 4px;
77 | background : none;
78 | border: none;
79 | margin: 0px 4px 0px 0px;
80 | padding: 0px 0px;
81 | outline: none;
82 | }
83 |
84 | .left #MSearchClose {
85 | left: 6px;
86 | }
87 |
88 | .right #MSearchClose {
89 | right: 2px;
90 | }
91 |
92 | .MSearchBoxActive #MSearchField {
93 | color: #000000;
94 | }
95 |
96 | /*---------------- Search filter selection */
97 |
98 | #MSearchSelectWindow {
99 | display: none;
100 | position: absolute;
101 | left: 0; top: 0;
102 | border: 1px solid #90A5CE;
103 | background-color: #F9FAFC;
104 | z-index: 10001;
105 | padding-top: 4px;
106 | padding-bottom: 4px;
107 | -moz-border-radius: 4px;
108 | -webkit-border-top-left-radius: 4px;
109 | -webkit-border-top-right-radius: 4px;
110 | -webkit-border-bottom-left-radius: 4px;
111 | -webkit-border-bottom-right-radius: 4px;
112 | -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
113 | }
114 |
115 | .SelectItem {
116 | font: 8pt Arial, Verdana, sans-serif;
117 | padding-left: 2px;
118 | padding-right: 12px;
119 | border: 0px;
120 | }
121 |
122 | span.SelectionMark {
123 | margin-right: 4px;
124 | font-family: monospace;
125 | outline-style: none;
126 | text-decoration: none;
127 | }
128 |
129 | a.SelectItem {
130 | display: block;
131 | outline-style: none;
132 | color: #000000;
133 | text-decoration: none;
134 | padding-left: 6px;
135 | padding-right: 12px;
136 | }
137 |
138 | a.SelectItem:focus,
139 | a.SelectItem:active {
140 | color: #000000;
141 | outline-style: none;
142 | text-decoration: none;
143 | }
144 |
145 | a.SelectItem:hover {
146 | color: #FFFFFF;
147 | background-color: #3D578C;
148 | outline-style: none;
149 | text-decoration: none;
150 | cursor: pointer;
151 | display: block;
152 | }
153 |
154 | /*---------------- Search results window */
155 |
156 | iframe#MSearchResults {
157 | width: 60ex;
158 | height: 15em;
159 | }
160 |
161 | #MSearchResultsWindow {
162 | display: none;
163 | position: absolute;
164 | left: 0; top: 0;
165 | border: 1px solid #000;
166 | background-color: #EEF1F7;
167 | z-index:10000;
168 | }
169 |
170 | /* ----------------------------------- */
171 |
172 |
173 | #SRIndex {
174 | clear:both;
175 | padding-bottom: 15px;
176 | }
177 |
178 | .SREntry {
179 | font-size: 10pt;
180 | padding-left: 1ex;
181 | }
182 |
183 | .SRPage .SREntry {
184 | font-size: 8pt;
185 | padding: 1px 5px;
186 | }
187 |
188 | body.SRPage {
189 | margin: 5px 2px;
190 | }
191 |
192 | .SRChildren {
193 | padding-left: 3ex; padding-bottom: .5em
194 | }
195 |
196 | .SRPage .SRChildren {
197 | display: none;
198 | }
199 |
200 | .SRSymbol {
201 | font-weight: bold;
202 | color: #425E97;
203 | font-family: Arial, Verdana, sans-serif;
204 | text-decoration: none;
205 | outline: none;
206 | }
207 |
208 | a.SRScope {
209 | display: block;
210 | color: #425E97;
211 | font-family: Arial, Verdana, sans-serif;
212 | text-decoration: none;
213 | outline: none;
214 | }
215 |
216 | a.SRSymbol:focus, a.SRSymbol:active,
217 | a.SRScope:focus, a.SRScope:active {
218 | text-decoration: underline;
219 | }
220 |
221 | span.SRScope {
222 | padding-left: 4px;
223 | }
224 |
225 | .SRPage .SRStatus {
226 | padding: 2px 5px;
227 | font-size: 8pt;
228 | font-style: italic;
229 | }
230 |
231 | .SRResult {
232 | display: none;
233 | }
234 |
235 | DIV.searchresults {
236 | margin-left: 10px;
237 | margin-right: 10px;
238 | }
239 |
240 | /*---------------- External search page results */
241 |
242 | .searchresult {
243 | background-color: #F0F3F8;
244 | }
245 |
246 | .pages b {
247 | color: white;
248 | padding: 5px 5px 3px 5px;
249 | background-image: url("../tab_a.png");
250 | background-repeat: repeat-x;
251 | text-shadow: 0 1px 1px #000000;
252 | }
253 |
254 | .pages {
255 | line-height: 17px;
256 | margin-left: 4px;
257 | text-decoration: none;
258 | }
259 |
260 | .hl {
261 | font-weight: bold;
262 | }
263 |
264 | #searchresults {
265 | margin-bottom: 20px;
266 | }
267 |
268 | .searchpages {
269 | margin-top: 10px;
270 | }
271 |
272 |
--------------------------------------------------------------------------------
/docs/html/coordinate_systems_test_8h.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
Coordinate systems class library tester definition. 79 | More...
80 |#include <cppunit/extensions/HelperMacros.h>Go to the source code of this file.
83 |85 | Classes | |
| class | coordinateSystemsTest |
90 | Macros | |
| 92 | #define | sma 6378137.0 |
| 95 | #define | ecc2 0.00669437999014 |
| 98 | #define | tol 0.01 |
Coordinate systems class library tester definition.
103 |Class for testing the coordinate systems class library
106 |Version History: Version 0.0 on December 5, 2013 Version 1.0 on January 13, 2014 Version 19.09 on September 24, 2019
107 |
112 | 1.8.17
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/docs/html/files.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
| ▼ include | |
| coordinateSystems.h | Coordinate systems class library definition |
| ▼ src | |
| coordinateSystems.cpp | Coordinate systems class library implementation |
| ▼ tests | |
| coordinateSystemsTest.cpp | Coordinate systems class library tester implementation |
| coordinateSystemsTest.h | Coordinate systems class library tester definition |
| coordinateSystemsTestRunner.cpp | Main program for running coordinate systems tester |
87 | 1.8.17
88 |
89 |
90 |
91 |
--------------------------------------------------------------------------------
/docs/html/classes.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
|
74 | coordinateSystemsTest | 75 |earthFixed (coordinateSystems) | 76 |
|
78 | ||||
|
81 | ECF (coordinateSystems) | 82 |||||||
| AER (coordinateSystems) | 84 |ENU (coordinateSystems) | 85 |positionVector (coordinateSystems) | 86 ||||||
|
89 | DCA (coordinateSystems) | 90 |
|
92 |
|
94 | ||||
|
97 | |||||||
| Cartesian (coordinateSystems) | 99 |LLA (coordinateSystems) | 100 |Spherical (coordinateSystems) | 101 ||||||
| earthCentered (coordinateSystems) | 103 ||||||||
112 | 1.8.17
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/docs/html/classcoordinate_systems_1_1earth_centered-members.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
This is the complete list of members for coordinateSystems::earthCentered, including all inherited members.
76 |
93 | 1.8.17
94 |
95 |
96 |
97 |
--------------------------------------------------------------------------------
/docs/html/annotated.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
| ▼NcoordinateSystems | |
| CAER | Azimuth-Elevation-Range (AER) spherical coordinate system |
| CCartesian | Cartesian coordinate system base class |
| CDCA | DownRange-CrossRange-Above (DCA) Cartesian coordinate system |
| CearthCentered | Abstract base class for Earth-centered coordinate systems |
| CearthFixed | Abstract base class for Earth fixed coordinate frames |
| CECF | Earth-Centered-Fixed (ECF) Cartesian coordinate system |
| CENU | East-North-Up (ENU) Cartesian coordinate system |
| CLLA | Latitude-Longitude-Altitude (LLA) spherical coordinate system |
| CpositionVector | Position vector abstract base class |
| CSpherical | Spherical coordinate system base class |
| CcoordinateSystemsTest |
91 | 1.8.17
92 |
93 |
94 |
95 |
--------------------------------------------------------------------------------
/docs/html/classcoordinate_systems_1_1position_vector-members.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
This is the complete list of members for coordinateSystems::positionVector, including all inherited members.
76 |
96 | 1.8.17
97 |
98 |
99 |
100 |
--------------------------------------------------------------------------------
/docs/html/classcoordinate_systems_1_1earth_fixed-members.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
This is the complete list of members for coordinateSystems::earthFixed, including all inherited members.
76 |
96 | 1.8.17
97 |
98 |
99 |
100 |
--------------------------------------------------------------------------------
/docs/html/tabs.css:
--------------------------------------------------------------------------------
1 | .sm{position:relative;z-index:9999}.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}.sm ul{display:none}.sm li,.sm a{position:relative}.sm a{display:block}.sm a.disabled{cursor:not-allowed}.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sm-dox{background-image:url("tab_b.png")}.sm-dox a,.sm-dox a:focus,.sm-dox a:hover,.sm-dox a:active{padding:0 12px;padding-right:43px;font-family:"Lucida Grande","Geneva","Helvetica",Arial,sans-serif;font-size:13px;font-weight:bold;line-height:36px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,0.9);color:#283a5d;outline:0}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a.current{color:#d23600}.sm-dox a.disabled{color:#bbb}.sm-dox a span.sub-arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overflow:hidden;font:bold 12px/28px monospace!important;text-align:center;text-shadow:none;background:rgba(255,255,255,0.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox a.highlighted span.sub-arrow:before{display:block;content:'-'}.sm-dox>li:first-child>a,.sm-dox>li:first-child>:not(ul) a{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;border-radius:5px 5px 0 0}.sm-dox>li:last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0;border-radius:0 0 5px 5px}.sm-dox>li:last-child>a.highlighted,.sm-dox>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox ul{background:rgba(162,162,162,0.1)}.sm-dox ul a,.sm-dox ul a:focus,.sm-dox ul a:hover,.sm-dox ul a:active{font-size:12px;border-left:8px solid transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul ul a,.sm-dox ul ul a:hover,.sm-dox ul ul a:focus,.sm-dox ul ul a:active{border-left:16px solid transparent}.sm-dox ul ul ul a,.sm-dox ul ul ul a:hover,.sm-dox ul ul ul a:focus,.sm-dox ul ul ul a:active{border-left:24px solid transparent}.sm-dox ul ul ul ul a,.sm-dox ul ul ul ul a:hover,.sm-dox ul ul ul ul a:focus,.sm-dox ul ul ul ul a:active{border-left:32px solid transparent}.sm-dox ul ul ul ul ul a,.sm-dox ul ul ul ul ul a:hover,.sm-dox ul ul ul ul ul a:focus,.sm-dox ul ul ul ul ul a:active{border-left:40px solid transparent}@media(min-width:768px){.sm-dox ul{position:absolute;width:12em}.sm-dox li{float:left}.sm-dox.sm-rtl li{float:right}.sm-dox ul li,.sm-dox.sm-rtl ul li,.sm-dox.sm-vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space:normal}.sm-dox .sm-nowrap>li>a,.sm-dox .sm-nowrap>li>:not(ul) a{white-space:nowrap}.sm-dox{padding:0 10px;background-image:url("tab_b.png");line-height:36px}.sm-dox a span.sub-arrow{top:50%;margin-top:-2px;right:12px;width:0;height:0;border-width:4px;border-style:solid dashed dashed dashed;border-color:#283a5d transparent transparent transparent;background:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox a,.sm-dox a:focus,.sm-dox a:active,.sm-dox a:hover,.sm-dox a.highlighted{padding:0 12px;background-image:url("tab_s.png");background-repeat:no-repeat;background-position:right;-moz-border-radius:0!important;-webkit-border-radius:0;border-radius:0!important}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a:hover span.sub-arrow{border-color:white transparent transparent transparent}.sm-dox a.has-submenu{padding-right:24px}.sm-dox li{border-top:0}.sm-dox>li>ul:before,.sm-dox>li>ul:after{content:'';position:absolute;top:-18px;left:30px;width:0;height:0;overflow:hidden;border-width:9px;border-style:dashed dashed solid dashed;border-color:transparent transparent #bbb transparent}.sm-dox>li>ul:after{top:-16px;left:31px;border-width:8px;border-color:transparent transparent #fff transparent}.sm-dox ul{border:1px solid #bbb;padding:5px 0;background:#fff;-moz-border-radius:5px!important;-webkit-border-radius:5px;border-radius:5px!important;-moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);box-shadow:0 5px 9px rgba(0,0,0,0.2)}.sm-dox ul a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-color:transparent transparent transparent #555;border-style:dashed dashed dashed solid}.sm-dox ul a,.sm-dox ul a:hover,.sm-dox ul a:focus,.sm-dox ul a:active,.sm-dox ul a.highlighted{color:#555;background-image:none;border:0!important;color:#555;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul a:hover span.sub-arrow{border-color:transparent transparent transparent white}.sm-dox span.scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:36px}.sm-dox span.scroll-up:hover,.sm-dox span.scroll-down:hover{background:#eee}.sm-dox span.scroll-up:hover span.scroll-up-arrow,.sm-dox span.scroll-up:hover span.scroll-down-arrow{border-color:transparent transparent #d23600 transparent}.sm-dox span.scroll-down:hover span.scroll-down-arrow{border-color:#d23600 transparent transparent transparent}.sm-dox span.scroll-up-arrow,.sm-dox span.scroll-down-arrow{position:absolute;top:0;left:50%;margin-left:-6px;width:0;height:0;overflow:hidden;border-width:6px;border-style:dashed dashed solid dashed;border-color:transparent transparent #555 transparent}.sm-dox span.scroll-down-arrow{top:8px;border-style:solid dashed dashed dashed;border-color:#555 transparent transparent transparent}.sm-dox.sm-rtl a.has-submenu{padding-right:12px;padding-left:24px}.sm-dox.sm-rtl a span.sub-arrow{right:auto;left:12px}.sm-dox.sm-rtl.sm-vertical a.has-submenu{padding:10px 20px}.sm-dox.sm-rtl.sm-vertical a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-rtl>li>ul:before{left:auto;right:30px}.sm-dox.sm-rtl>li>ul:after{left:auto;right:31px}.sm-dox.sm-rtl ul a.has-submenu{padding:10px 20px!important}.sm-dox.sm-rtl ul a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-vertical{padding:10px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox.sm-vertical a{padding:10px 20px}.sm-dox.sm-vertical a:hover,.sm-dox.sm-vertical a:focus,.sm-dox.sm-vertical a:active,.sm-dox.sm-vertical a.highlighted{background:#fff}.sm-dox.sm-vertical a.disabled{background-image:url("tab_b.png")}.sm-dox.sm-vertical a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #555}.sm-dox.sm-vertical>li>ul:before,.sm-dox.sm-vertical>li>ul:after{display:none}.sm-dox.sm-vertical ul a{padding:10px 20px}.sm-dox.sm-vertical ul a:hover,.sm-dox.sm-vertical ul a:focus,.sm-dox.sm-vertical ul a:active,.sm-dox.sm-vertical ul a.highlighted{background:#eee}.sm-dox.sm-vertical ul a.disabled{background:#fff}}
--------------------------------------------------------------------------------
/docs/html/classcoordinate_systems_1_1_cartesian-members.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | |
24 | Coordinate Systems
25 | 19.09
26 |
27 | Coordinate Systems Class Library
28 | |
29 |
This is the complete list of members for coordinateSystems::Cartesian, including all inherited members.
76 |
98 | 1.8.17
99 |
100 |
101 |
102 |
--------------------------------------------------------------------------------