Home
last modified time | relevance | path

Searched refs:geoc (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGGeodesy.cxx157 geoc.setLongitudeRad(0); in SGCartToGeoc()
159 geoc.setLongitudeRad(atan2(cart(1), cart(0))); in SGCartToGeoc()
163 geoc.setLatitudeRad(0); in SGCartToGeoc()
165 geoc.setLatitudeRad(atan2(cart(2), nxy)); in SGCartToGeoc()
167 geoc.setRadiusM(norm(cart)); in SGCartToGeoc()
173 double lat = geoc.getLatitudeRad(); in SGGeocToCart()
174 double lon = geoc.getLongitudeRad(); in SGGeocToCart()
509 result.setRadiusM(geoc.getRadiusM()); in advanceRadM()
523 double sinLat = sin(geoc.getLatitudeRad()) * cosDistance + in advanceRadM()
524 cos(geoc.getLatitudeRad()) * sinDistance * cos(course); in advanceRadM()
[all …]
H A DSGGeodesy.hxx43 static void SGCartToGeoc(const SGVec3<double>& cart, SGGeoc& geoc);
47 static void SGGeocToCart(const SGGeoc& geoc, SGVec3<double>& cart);
66 static void advanceRadM(const SGGeoc& geoc, double course, double distance,
69 static SGGeoc advanceDegM(const SGGeoc &geoc, double course, double distance);
H A DSGGeoc.hxx166 SGGeoc geoc; in fromCart() local
167 SGGeodesy::SGCartToGeoc(cart, geoc); in fromCart()
168 return geoc; in fromCart()
177 SGGeoc geoc; in fromGeod() local
178 SGGeodesy::SGCartToGeoc(cart, geoc); in fromGeod()
179 return geoc; in fromGeod()
H A Dsg_geodesy.hxx30 SGGeoc geoc; in sgGeodToGeoc() local
31 SGGeodesy::SGCartToGeoc(cart, geoc); in sgGeodToGeoc()
32 *lat_geoc = geoc.getLatitudeRad(); in sgGeodToGeoc()
H A DSGGeod.hxx61 static SGGeod fromGeoc(const SGGeoc& geoc);
225 SGGeod::fromGeoc(const SGGeoc& geoc) in fromGeoc() argument
228 SGGeodesy::SGGeocToCart(geoc, cart); in fromGeoc()
H A DSGVec3.hxx146 static SGVec3 fromGeoc(const SGGeoc& geoc);
176 SGVec3<double>::fromGeoc(const SGGeoc& geoc) in fromGeoc() argument
179 SGGeodesy::SGGeocToCart(geoc, cart); in fromGeoc()
186 SGVec3<float>::fromGeoc(const SGGeoc& geoc) in fromGeoc() argument
189 SGGeodesy::SGGeocToCart(geoc, cart); in fromGeoc()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/AIWake/
H A DAIWakeGroup.cxx60 SGGeoc geoc = SGGeoc::fromCart(data.position); in AddAI() local
61 SGQuatd Te2l = SGQuatd::fromLonLatRad(geoc.getLongitudeRad(), in AddAI()
62 geoc.getLatitudeRad()); in AddAI()
H A DAircraftMesh.cxx50 SGGeoc geoc = SGGeoc::fromCart(pos); in setPosition() local
51 SGQuatd Te2l = SGQuatd::fromLonLatRad(geoc.getLongitudeRad(), in setPosition()
52 geoc.getLatitudeRad()); in setPosition()
/dports/graphics/proj/proj-7.2.1/src/conversions/
H A Dgeoc.cpp36 PROJ_HEAD(geoc, "Geocentric Latitude");
49 static PJ *CONVERSION(geoc, 1) {
/dports/astro/py-ro/RO-3.6.9/python/RO/Astro/llv/
H A Dgeoc.py19 def geoc(lat, ht): function
66 actualOutput = geoc(*testInput)
H A D__init__.py15 from .geoc import *
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DSunEarthSatGeometry.hpp70 Matrix<double> NorthEastUp(Position& P, bool geoc=false);
103 Matrix<double> UpEastNorth(Position& P, bool geoc=false);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DECEF.cpp51 osg::Vec3d geoc; in transformAndLocalize() local
52 inputSRS->transform( *i, geocentricSRS, geoc ); in transformAndLocalize()
54 output->push_back( geoc * world2local ); in transformAndLocalize()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/system_tests/FDM/
H A DtestAeroMesh.cxx185 SGGeoc geoc = SGGeoc::fromCart(pos); in testFrameTransformations() local
187 FGLocation loc(geoc.getLongitudeRad(), in testFrameTransformations()
188 geoc.getLatitudeRad(), in testFrameTransformations()
189 geoc.getRadiusFt()); in testFrameTransformations()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp125 bool geoc; /* geocentric latitude flag */ member
144 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp123 bool geoc; /* geocentric latitude flag */ member
142 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/impl/
H A Dprojects.hpp123 bool geoc; /* geocentric latitude flag */ member
142 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp123 bool geoc; /* geocentric latitude flag */ member
142 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/impl/
H A Dprojects.hpp123 bool geoc; /* geocentric latitude flag */ member
142 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/impl/
H A Dprojects.hpp103 int geoc; /* geocentric latitude flag */ member
137 , over(0), geoc(0), is_latlong(0), is_geocent(0) in pj_consts()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp125 bool geoc; /* geocentric latitude flag */ member
144 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp125 bool geoc; /* geocentric latitude flag */ member
144 , over(false), geoc(false), is_latlong(false), is_geocent(false) in pj_consts()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/srs/projections/impl/
H A Dprojects.hpp103 int geoc; /* geocentric latitude flag */ member
137 , over(0), geoc(0), is_latlong(0), is_geocent(0) in pj_consts()
/dports/astro/py-ro/RO-3.6.9/python/RO/Astro/Cnv/
H A DObserverData.py38 … polarDist, zDist = llv.geoc (self.latitude * RO.PhysConst.RadPerDeg, self.elevation * 1000.0)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_ob_tran.c87 P->link->geoc = P->geoc;

1234567