Home
last modified time | relevance | path

Searched refs:observerPlanet (Results 1 – 2 of 2) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DSolarSystem.cpp1217 void SolarSystem::computePositions(double dateJDE, PlanetP observerPlanet) in computePositions() argument
1227 const Vec3d obsPosJDE=observerPlanet->getHeliocentricEclipticPos(); in computePositions()
1233 …const Vec3d aberrationPushSpeed=observerPlanet->getHeliocentricEclipticVelocity() * core->getAberr… in computePositions()
1239 if (withAberration && (observerPlanet->englishName!="Earth" || p->englishName!="Moon")) in computePositions()
1249 if (withAberration && (observerPlanet->englishName!="Earth" || p->englishName!="Moon")) in computePositions()
1281 computeTransMatrices(dateJDE, observerPlanet->getHeliocentricEclipticPos()); in computePositions()
H A DSolarSystem.hpp887 void computePositions(double dateJDE, PlanetP observerPlanet);