Home
last modified time | relevance | path

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

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dobserver.cpp1138 double orbitDistance = getOrbitDistance(selection, distance); in gotoSelection() local
1142 v * -(orbitDistance / distance), in gotoSelection()
1169 double orbitDistance = getOrbitDistance(selection, in gotoSelectionGC() local
1179 if (parentDist <= maintainDist && parentDist > orbitDistance) in gotoSelectionGC()
1181 orbitDistance = parentDist; in gotoSelectionGC()
1188 v * (orbitDistance / distanceToCenter), in gotoSelectionGC()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dobserver.cpp1138 double orbitDistance = getOrbitDistance(selection, distance); in gotoSelection() local
1142 v * -(orbitDistance / distance), in gotoSelection()
1169 double orbitDistance = getOrbitDistance(selection, in gotoSelectionGC() local
1179 if (parentDist <= maintainDist && parentDist > orbitDistance) in gotoSelectionGC()
1181 orbitDistance = parentDist; in gotoSelectionGC()
1188 v * (orbitDistance / distanceToCenter), in gotoSelectionGC()