Home
last modified time | relevance | path

Searched refs:ucPos (Results 1 – 13 of 13) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinstarbrowser.cpp108 UniversalCoord ucPos; member
117 d0 = (toMicroLY(star0->getPosition()) - ucPos).length() * 1e-6f; in operator ()()
239 brighterPred.ucPos = browser->ucPos; in InitStarBrowserItems()
283 UniversalCoord ucPos; member
352 Vec3d r = star->getPosition(tdb) - browser->ucPos; in StarBrowserDisplayItem()
360 Vec3d r = star->getPosition(tdb) - browser->ucPos; in StarBrowserDisplayItem()
387 browser->ucPos = sim->getObserver().getPosition(); in RefreshItems()
388 browser->pos = fromMicroLY((Point3f) browser->ucPos); in RefreshItems()
561 sortInfo.ucPos = browser->ucPos; in StarBrowserProc()
607 ucPos = appCore->getSimulation()->getObserver().getPosition(); in StarBrowser()
[all …]
H A Dwinstarbrowser.h33 UniversalCoord ucPos; variable
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinstarbrowser.cpp108 UniversalCoord ucPos; member
117 d0 = (toMicroLY(star0->getPosition()) - ucPos).length() * 1e-6f; in operator ()()
239 brighterPred.ucPos = browser->ucPos; in InitStarBrowserItems()
283 UniversalCoord ucPos; member
352 Vec3d r = star->getPosition(tdb) - browser->ucPos; in StarBrowserDisplayItem()
360 Vec3d r = star->getPosition(tdb) - browser->ucPos; in StarBrowserDisplayItem()
387 browser->ucPos = sim->getObserver().getPosition(); in RefreshItems()
388 browser->pos = fromMicroLY((Point3f) browser->ucPos); in RefreshItems()
561 sortInfo.ucPos = browser->ucPos; in StarBrowserProc()
607 ucPos = appCore->getSimulation()->getObserver().getPosition(); in StarBrowser()
[all …]
H A Dwinstarbrowser.h33 UniversalCoord ucPos; variable
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dstarbrowser.cpp41 UniversalCoord ucPos; member
169 brighterPred.ucPos = ucPos; in listStars()
219 ucPos = appSim->getObserver().getPosition(); in refresh()
220 pos = (Point3f) ucPos; in refresh()
234 ucPos = appSim->getObserver().getPosition(); in StarBrowser()
235 pos = (Point3f) ucPos; in StarBrowser()
243 ucPos(0.0, 0.0, 0.0), in StarBrowser()
H A Dstarbrowser.h47 UniversalCoord ucPos; variable
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dstarbrowser.cpp41 UniversalCoord ucPos; member
169 brighterPred.ucPos = ucPos; in listStars()
219 ucPos = appSim->getObserver().getPosition(); in refresh()
220 pos = (Point3f) ucPos; in refresh()
234 ucPos = appSim->getObserver().getPosition(); in StarBrowser()
235 pos = (Point3f) ucPos; in StarBrowser()
243 ucPos(0.0, 0.0, 0.0), in StarBrowser()
H A Dstarbrowser.h47 UniversalCoord ucPos; variable
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/gtk/
H A Ddialog-star.cpp261 UniversalCoord ucPos; in addStars() local
269 ucPos = sb->app->simulation->getObserver().getPosition(); in addStars()
280 Vec3d v(pStar.x * 1e6 - (float)ucPos.x, in addStars()
281 pStar.y * 1e6 - (float)ucPos.y, in addStars()
282 pStar.z * 1e6 - (float)ucPos.z); in addStars()
288 Vec3f r = star->getPosition() - ucPos; in addStars()
/dports/astro/celestia/celestia-1.6.1/src/celestia/gtk/
H A Ddialog-star.cpp261 UniversalCoord ucPos; in addStars() local
269 ucPos = sb->app->simulation->getObserver().getPosition(); in addStars()
280 Vec3d v(pStar.x * 1e6 - (float)ucPos.x, in addStars()
281 pStar.y * 1e6 - (float)ucPos.y, in addStars()
282 pStar.z * 1e6 - (float)ucPos.z); in addStars()
288 Vec3f r = star->getPosition() - ucPos; in addStars()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dcelestialbrowser.cpp110 UniversalCoord ucPos = appSim->getObserver().getPosition(); in slotRefresh() local
111 Point3f obsPos( (double)ucPos.x * 1e-6, in slotRefresh()
112 (double)ucPos.y * 1e-6, in slotRefresh()
113 (double)ucPos.z * 1e-6); in slotRefresh()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dcelestialbrowser.cpp110 UniversalCoord ucPos = appSim->getObserver().getPosition(); in slotRefresh() local
111 Point3f obsPos( (double)ucPos.x * 1e-6, in slotRefresh()
112 (double)ucPos.y * 1e-6, in slotRefresh()
113 (double)ucPos.z * 1e-6); in slotRefresh()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A D_octree_raytracing.hpp101 typedef std::array<unsigned char, Ndim> ucPos;