Home
last modified time | relevance | path

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

/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dframelib.py49 def rotation_at(t): member in ICRS
74 def rotation_at(t): member in true_equator_and_equinox_of_date
97 def rotation_at(t): member in tirs
121 def rotation_at(t): member in itrs
137 def rotation_at(self, t): member in ecliptic_frame
147 def rotation_at(self, t): member in InertialFrame
H A Dpositionlib.py134 RT = _T(frame.rotation_at(t))
299 R = framelib.itrs.rotation_at(self.t)
424 R = frame.rotation_at(self.t)
535 if rotation_at is None:
537 return rotation_at(self.t)
558 if rotation_at is None:
560 R = rotation_at(self.t)
828 rotation_at = getattr(position.center, 'rotation_at')
829 if rotation_at is not None:
830 R = rotation_at(position.t)
[all …]
H A Dplanetarylib.py155 def rotation_at(self, t): member in Frame
237 def rotation_at(self, t): member in PlanetTopos
246 self._frame.rotation_at(t),
H A Dtoposlib.py46 RT = _T(itrs.rotation_at(t))
117 def rotation_at(self, t): member in GeographicPosition
119 return mxm(self._R_latlon, itrs.rotation_at(t))
H A Dsgp4lib.py192 R = _T(TEME.rotation_at(t))
292 def rotation_at(t): member in TEME
/dports/astro/py-skyfield/skyfield-1.41/skyfield/tests/
H A Dtest_planetarylib.py47 R = frame.rotation_at(ts.tdb_jd(tdb))
75 R = frame.rotation_at(ts.tdb_jd(tdb))
105 R = frame.rotation_at(ts.tdb_jd(tdb))
280 assert (f1.rotation_at(t) == f2.rotation_at(t)).all()
/dports/games/traingame/traingame-cb6513e/src/
H A DSplineTrack.cpp66 float rotation_at(float delta) const;
343 float SplineTrack::rotation_at(float curve_delta) const in rotation_at() function in SplineTrack
378 float angle = rotation_at(u_curve_delta); in transform()
/dports/astro/py-skyfield/skyfield-1.41/skyfield/documentation/
H A Dplanetary.rst203 R = frame.rotation_at(t)
217 R = frame.rotation_at(t)
H A Dapi.rst275 GeographicPosition.rotation_at
H A Dcoordinates.rst650 simply pass a time to the frame’s ``rotation_at()`` method:
656 R = ecliptic_frame.rotation_at(t)