Home
last modified time | relevance | path

Searched refs:observerECIVel (Results 1 – 3 of 3) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DgSatWrapper.cpp148 calcObserverECIPosition(observerECIPos, observerECIVel); in getAltAz()
171 calcObserverECIPosition(observerECIPos, observerECIVel); in getSlantRange()
176 Vec3d slantRangeVelocity = satECIVel - observerECIVel; in getSlantRange()
186 calcObserverECIPosition(observerECIPos, observerECIVel); in updateSunECIPos()
269 Vec3d gSatWrapper::observerECIVel; member in gSatWrapper
H A DgSatWrapper.hpp152 static Vec3d observerECIVel; member in gSatWrapper
H A DSatellite.cpp653 Vec3d observerECIVel; in getVMagnitude() local
654 pSatWrapper->calcObserverECIPosition(observerECIPos, observerECIVel); in getVMagnitude()