Home
last modified time | relevance | path

Searched refs:start_lon (Results 1 – 16 of 16) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dmap_example_03.c18 double start_lon, start_lat, dest_lon, dest_lat; member
48 exam_data->start_lon, exam_data->start_lat, in _name_loaded()
180 example_data.start_lon = -43.175; in elm_main()
184 elm_map_region_show(map, example_data.start_lon, example_data.start_lat); in elm_main()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimElevImageSource.cpp242 double lon = start_lon; in getTile()
248 if (start_lon > 180.0) in getTile()
250 start_lon -= 360.0; // Went across the central meridian. in getTile()
/dports/devel/simgear/simgear-2020.3.11/simgear/bucket/
H A Dnewbucket.cxx309 double start_lon = get_center_lat() - src_span/2 + trg_span/2; in siblings() local
313 double tmp = start_lon + x * trg_span; in siblings()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/
H A Dtest_geodesic.py67 self.start_pts = np.array([self.data.start_lon, self.data.start_lat]).T
/dports/astro/py-pymeeus/PyMeeus-0.3.6/pymeeus/
H A DCoordinates.py594 start_epoch, final_epoch, start_lon, start_lat, p_motion_lon=0.0, argument
639 and isinstance(start_lon, Angle)
653 start_lon += p_motion_lon * t * 100.0
675 sin(pie.rad() - start_lon.rad()) - sin(eta.rad()) *
677 b = cos(start_lat.rad()) * cos(pie.rad() - start_lon.rad())
680 ) * sin(pie.rad() - start_lon.rad())
/dports/astro/routino/routino-3.3.3/src/
H A Doptimiser.c575 double start_lat,start_lon; in FindMiddleRoute() local
599 GetFakeLatLong(begin->start_node,&start_lat,&start_lon); in FindMiddleRoute()
601 GetLatLong(nodes,begin->start_node,NULL,&start_lat,&start_lon); in FindMiddleRoute()
1083 direct=Distance(lat,lon,start_lat,start_lon); in FindMiddleRoute()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_map.c286 double start_lon, start_lat, end_lon, end_lat; in _map_clicked_double() local
289 elm_map_overlay_region_get(route_start, &start_lon, &start_lat); in _map_clicked_double()
293 start_lon, start_lat, end_lon, end_lat, in _map_clicked_double()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dcallbacks.c947 static float start_lat=0, start_lon=0; in on_item4_activate() local
1010 cos(lon - deg2rad(start_lon)) ); in on_item4_activate()
1012 bearing = get_bearing(deg2rad(start_lat), deg2rad(start_lon), lat, lon); in on_item4_activate()
1092 ln = deg2rad(start_lon); in on_item4_activate()
1149 start_lon = lon_deg; in on_item4_activate()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dexplain_symbols.rst_380 … The format of each *line* specification is *start_lon*/*start_lat*/*stop_lon*/*stop_lat*.
381 … Both *start_lon*/*start_lat* and *stop_lon*/*stop_lat* can be replaced by a 2-character key
562 … The format of each *line* specification is *start_lon*/*start_lat*/*stop_lon*/*stop_lat*.
563 … Both *start_lon*/*start_lat* and *stop_lon*/*stop_lat* can be replaced by a 2-character key
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A Dgps.h1300 signed int start_lon; /* Start Longitude */ member
/dports/astro/gpsd/gpsd-3.20/
H A Dgps.h1355 signed int start_lon; /* Start Longitude */ member
H A Ddriver_ais.c713 ais->type8.dac200fid23.start_lon = SBITS(112, 28); in ais_binary_decode()
H A Dgpsd_json.c3014 ais->type8.dac200fid23.start_lon / AIS_LATLON_DIV, in json_aivdm_dump()
3022 ais->type8.dac200fid23.start_lon, in json_aivdm_dump()
H A Dais_json.i652 {"start_lon", t_integer, .addr.integer = &ais->type8.dac200fid23.start_lon,
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_plot.c4405 double start_lon, stop_lon, yc = 0.0, dx, pole_lat = 90.0 * S->pole;
4424 start_lon = GMT->common.R.wesn[XHI];
4444 perim_n = gmtlib_lonpath (GMT, start_lon, pole_lat, yc, &x_perim, &y_perim);
4445 …MSG_DEBUG, "Created path from %g/%g to %g/%g [%d points]\n", start_lon, pole_lat, start_lon, yc, p…
9312 double start_lon, stop_lon, yc = 0.0, dx, pole_lat = 90.0 * SH->pole; in gmt_geo_polarcap_segment() local
9329 start_lon = GMT->common.R.wesn[XHI]; in gmt_geo_polarcap_segment()
9364 perim_n = gmtlib_lonpath (GMT, start_lon, pole_lat, yc, &x_perim, &y_perim); in gmt_geo_polarcap_segment()
9365 …MSG_DEBUG, "Created path from %g/%g to %g/%g [%d points]\n", start_lon, pole_lat, start_lon, yc, p… in gmt_geo_polarcap_segment()
H A Dgmt_map.c1820 double start_lon, stop_lon; in map_wesn_clip() local
1822 start_lon = x_cpy[x_index[p]]; stop_lon = x_cpy[x_index[p_next]]; in map_wesn_clip()
1829 …add = gmtlib_map_path (GMT, start_lon, y_cpy[x_index[p]], stop_lon, y_cpy[x_index[p_next]], &x_add… in map_wesn_clip()