Home
last modified time | relevance | path

Searched refs:spheToRect (Results 1 – 25 of 44) sorted by relevance

12

/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestStelSphereGeometry.cpp39 StelUtils::spheToRect(-0.5, -0.5, c1[3]); in QTEST_GUILESS_MAIN()
40 StelUtils::spheToRect(0.5, -0.5, c1[2]); in QTEST_GUILESS_MAIN()
41 StelUtils::spheToRect(0.5, 0.5, c1[1]); in QTEST_GUILESS_MAIN()
42 StelUtils::spheToRect(-0.5, 0.5, c1[0]); in QTEST_GUILESS_MAIN()
45 StelUtils::spheToRect(-0.2, 0.2, c2[3]); in QTEST_GUILESS_MAIN()
46 StelUtils::spheToRect(0.2, 0.2, c2[2]); in QTEST_GUILESS_MAIN()
47 StelUtils::spheToRect(0.2, -0.2, c2[1]); in QTEST_GUILESS_MAIN()
325 StelUtils::spheToRect(0.3, 0.3, v1); in testSphericalPolygon()
384 StelUtils::spheToRect(0., 0., v0); in benchmarkContains()
385 StelUtils::spheToRect(0.3, 0.3, v1); in benchmarkContains()
[all …]
H A DtestStelSphericalIndex.cpp81 StelUtils::spheToRect(-0.5, -0.5, c1[3]); in testBase()
82 StelUtils::spheToRect(0.5, -0.5, c1[2]); in testBase()
83 StelUtils::spheToRect(0.5, 0.5, c1[1]); in testBase()
84 StelUtils::spheToRect(-0.5, 0.5, c1[0]); in testBase()
89 StelUtils::spheToRect(-0.5, -0.5, c2[3]); in testBase()
90 StelUtils::spheToRect(0.5, -0.5, c2[2]); in testBase()
91 StelUtils::spheToRect(0.5, 0.5, c2[1]); in testBase()
92 StelUtils::spheToRect(-0.5, 0.5, c2[0]); in testBase()
H A DtestRefraction.cpp74 StelUtils::spheToRect(0.0, h, v); in testSaemundssonEquation()
91 StelUtils::spheToRect(0.f, hF, vF); in testSaemundssonEquation()
144 StelUtils::spheToRect(0.0, h, v); in testBennettEquation()
161 StelUtils::spheToRect(0.f, hF, vF); in testBennettEquation()
215 StelUtils::spheToRect(0.0, h, v); in testComplexRefraction()
218 StelUtils::spheToRect(0.0, h, v); in testComplexRefraction()
235 StelUtils::spheToRect(0.f, hF, vF); in testComplexRefraction()
238 StelUtils::spheToRect(0.f, hF, vF); in testComplexRefraction()
/dports/astro/stellarium/stellarium-0.21.3/plugins/SimpleDrawLine/src/
H A DSimpleDrawLine.cpp98 StelUtils::spheToRect(lon1,lat1,startPoint); in draw()
99 StelUtils::spheToRect(lon2,lat2,endPoint); in draw()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelMovementMgr.cpp818 StelUtils::spheToRect(cy, alt, dir); in lookEast()
827 StelUtils::spheToRect(cy, alt, dir); in lookEast()
847 StelUtils::spheToRect(cy, alt, dir); in lookWest()
856 StelUtils::spheToRect(cy, alt, dir); in lookWest()
876 StelUtils::spheToRect(cy, alt, dir); in lookNorth()
885 StelUtils::spheToRect(cy, alt, dir); in lookNorth()
906 StelUtils::spheToRect(cy, alt, dir); in lookSouth()
915 StelUtils::spheToRect(cy, alt, dir); in lookSouth()
1073 StelUtils::spheToRect(lon, lat, v); in updateVisionVector()
1193 StelUtils::spheToRect(lon, lat, v); in updateVisionVector()
[all …]
H A DStelUtils.hpp198 inline void spheToRect(const double lng, const double lat, Vec3d& v){ in spheToRect() function
207 inline void spheToRect(const float lng, const float lat, Vec3f& v){ in spheToRect() function
216 inline void spheToRect(const double lng, const double lat, Vec3f& v){ in spheToRect() function
225 inline void spheToRect(const float lng, const float lat, Vec3d& v){ in spheToRect() function
276 inline void spheToRect(const double lng, const double lat, const double r, Vec3d& v){ in spheToRect() function
H A DStelSkyImageTile.cpp319 StelUtils::spheToRect(ra, dec, baryJ2000); in drawTile()
326 StelUtils::spheToRect(ra, dec, bary); in drawTile()
468 StelUtils::spheToRect(vl.at(0).toFloat(&ok)*M_PI_180f, vl.at(1).toFloat(&ok)*M_PI_180f, v); in loadFromQVariantMap()
H A DSimbadSearcher.cpp150 StelUtils::spheToRect(ra, dec, v); in httpQueryFinished()
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DHighlightMgr.cpp172 StelUtils::spheToRect(dRa, dDec, J2000); in addPoint()
182 StelUtils::spheToRect(dRa, dDec, aim); in addPointRaDec()
196 StelUtils::spheToRect(dAzi, dAlt, aim); in addPointAltAzi()
H A DCustomObjectMgr.cpp169 StelUtils::spheToRect(dRa,dDec,J2000); in addCustomObject()
179 StelUtils::spheToRect(dRa, dDec, aim); in addCustomObjectRaDec()
193 StelUtils::spheToRect(dAzi, dAlt, aim); in addCustomObjectAltAzi()
H A DSporadicMeteor.cpp39 StelUtils::spheToRect(rAz, rAlt, pos); in SporadicMeteor()
H A DNomenclatureItem.cpp55 StelUtils::spheToRect(longitude * M_PI_180, latitude * M_PI_180, XYZpc); in NomenclatureItem()
305 StelUtils::spheToRect(longitude * M_PI_180, latitude * M_PI_180, XYZpc); in getJ2000EquatorialPos()
326 StelUtils::spheToRect(longitude * M_PI_180, latitude * M_PI_180, XYZpc); in getJ2000EquatorialPos()
H A DMarkerMgr.cpp275 …StelUtils::spheToRect((180.0-static_cast<double>(az))*M_PI/180.0, static_cast<double>(alt)*M_PI/18… in HorizonMarker()
436 StelUtils::spheToRect(dRA, dDec, pos); in markerEquatorial()
H A DGridLinesMgr.cpp419 StelUtils::spheToRect(lon2, lat2, firstPoint); in draw()
867 StelUtils::spheToRect(lon1, lat, pt1); pt1.normalize(); in draw()
868 StelUtils::spheToRect(lon2, lat, pt2); pt2.normalize(); in draw()
869 StelUtils::spheToRect(lon3, lat, pt3); pt3.normalize(); in draw()
1047 StelUtils::spheToRect(lambdaJDE + M_PI_2, 0., coord); in draw()
1245 StelUtils::spheToRect(az, 0., pHori); in draw()
1251 StelUtils::spheToRect(az, qMin(M_PI_2, alt+M_PI_2), p1); in draw()
1252 StelUtils::spheToRect(az, qMax(-M_PI_2, alt-M_PI_2), p2); in draw()
1255 if (alt*M_180_PI<-89.0) StelUtils::spheToRect(az, 89.5*M_PI_180, p1); in draw()
1256 if (alt*M_180_PI> 89.0) StelUtils::spheToRect(az, -89.5*M_PI_180, p2); in draw()
[all …]
H A DAsterism.cpp99 StelUtils::spheToRect(RA*M_PI/12., DE*M_PI/180., coords); in read()
H A DLabelMgr.cpp357 StelUtils::spheToRect((180.0f-az)*M_PI_180f, alt*M_PI_180f, altaz); in HorizonLabel()
387 StelUtils::spheToRect(ra, dec, equPos); in EquatorialLabel()
H A DZodiacalLight.cpp247 StelUtils::spheToRect(ra, dec, eqPos); in draw()
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DSearchDialog.cpp679 StelUtils::spheToRect(spinLong, spinLat, pos); in manualPositionChanged()
691 StelUtils::spheToRect(spinLong, spinLat, pos); in manualPositionChanged()
708 StelUtils::spheToRect(cx, spinLat, pos); in manualPositionChanged()
722 StelUtils::spheToRect(spinLong, spinLat, pos); in manualPositionChanged()
734 StelUtils::spheToRect(spinLong, spinLat, pos); in manualPositionChanged()
748 StelUtils::spheToRect(ra, dec, pos); in manualPositionChanged()
755 StelUtils::spheToRect(ra, dec, pos); in manualPositionChanged()
/dports/astro/stellarium/stellarium-0.21.3/src/scripting/
H A DStelMainScriptAPI.cpp512 StelUtils::spheToRect(static_cast<float>(lon*M_PI_180), static_cast<float>(lat*M_PI_180), XYZ); in loadSkyImage()
1173 StelUtils::spheToRect(dAzi,dAlt,aim); in moveToAltAzi()
1198 StelUtils::spheToRect(dRa,dDec,aim); in moveToRaDec()
1220 StelUtils::spheToRect(dRa,dDec,aimJ2000); in moveToRaDecJ2000()
1242 StelUtils::spheToRect(dRa,dDec,aimJ2000); in moveToGalLongLat()
1322 StelUtils::spheToRect(dAzi,dAlt,aim); in getScreenXYFromAltAzi()
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/gui/
H A DSlewDialog.cpp217 StelUtils::spheToRect(radiansRA, radiansDec, targetPosition); in slew()
233 StelUtils::spheToRect(radiansRA, radiansDec, targetPosition); in sync()
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/ASCOM/
H A DTelescopeClientASCOM.cpp91 StelUtils::spheToRect(longitudeRad, latitudeRad, position); in performCommunication()
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/INDI/
H A DTelescopeClientINDI.cpp65 StelUtils::spheToRect(longitudeRad, latitudeRad, posJNow); in getJ2000EquatorialPos()
/dports/astro/stellarium/stellarium-0.21.3/plugins/MeteorShowers/src/
H A DMeteorShower.cpp62 StelUtils::spheToRect(m_radiantAlpha, m_radiantDelta, m_position); in MeteorShower()
336 StelUtils::spheToRect(m_radiantAlpha, m_radiantDelta, m_position); in drawRadiant()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Supernovae/src/
H A DSupernova.cpp66 StelUtils::spheToRect(snra, snde, XYZ); in Supernova()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Quasars/src/
H A DQuasar.cpp82 StelUtils::spheToRect(qRA, qDE, XYZ); in Quasar()

12