Home
last modified time | relevance | path

Searched refs:rdotl (Results 1 – 10 of 10) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/
H A DLightControl.cpp72 float rdotl = rx*lx + ry*ly + rz*lz; in OnPaint() local
75 int specular = (int)std::min(255.f, 64.f*powf(std::max(0.f, rdotl), 16.f)); in OnPaint()
/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c114 mvt , rdotl , rl , rvdot , rvdotl , sinim , in gal_sgp4() local
381 rdotl = sqrt ( am ) * esine / rl ; in gal_sgp4()
410 mvt = rdotl - nm * temp1 * sgp4->x1mth2 * sin2u / sgp4->xke ; in gal_sgp4()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c79 doublereal nodep, psisq, qzms24, rdotl, rvdot, s1, s2, s3, s4, s5, s6, s7, in zzsgp4_0_() local
1707 rdotl = sqrt(am) * esine / rl; in zzsgp4_0_()
1733 mv = rdotl - xn * temp1 * x1mth2 * sin2u / xke; in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c79 doublereal nodep, psisq, qzms24, rdotl, rvdot, s1, s2, s3, s4, s5, s6, s7, in zzsgp4_0_() local
1707 rdotl = sqrt(am) * esine / rl; in zzsgp4_0_()
1733 mv = rdotl - xn * temp1 * x1mth2 * sin2u / xke; in zzsgp4_0_()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp719 …mrt = 0.0, mvt, rdotl, rl, rvdot, rvdotl, sinim, dndt, sin2u, sineo1 = 0, sini, sinip, sinsu, sinu… in sgp4() local
1070 rdotl = sqrt(am) * esine / rl; in sgp4()
1095 mvt = rdotl - nm * temp1 * x1mth2 * sin2u / XKE; in sgp4()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1704 mvt , rdotl , rl , rvdot , rvdotl, sinim , in sgp4() local
1912 rdotl = sqrt(am) * esine/rl; in sgp4()
1938 mvt = rdotl - nm * temp1 * satrec.x1mth2 * sin2u / xke; in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1659 mvt , rdotl , rl , rvdot , rvdotl, sinim , in sgp4() local
1864 rdotl = std::sqrt(am) * esine/rl; in sgp4()
1890 mvt = rdotl - nm * temp1 * satrec.x1mth2 * sin2u / xke; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1756 mvt, rdotl, rl, rvdot, rvdotl, sinim, in sgp4() local
1974 rdotl = sqrt(am) * esine / rl; in sgp4()
2000 mvt = rdotl - nm * temp1 * satrec.x1mth2 * sin2u / satrec.xke; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1888 rdotl = sqrt(am) * esine/rl;
1914 mvt = rdotl - nm * temp1 * satrec.x1mth2 * sin2u / satrec.xke;
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm6700 $omgadf, $pl, $rdotl, $rl, $rvdot, $rvdotl, $sinim, $sin2u,
6883 $rdotl= sqrt($am)*$esine/$rl;
6908 $mv= $rdotl- $xn*$temp1*$parm->{x1mth2}*$sin2u/ $parm->{xke};