Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_p_v_a_j_t.html
Дата изменения: Tue Sep 15 02:25:38 2015 Дата индексирования: Sun Apr 10 02:10:21 2016 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <pvajt.h>
Public Member Functions | |
PVAJT (double pos, double vel, double accel, double jerk, double t) | |
PVAJT (coordConv::PVT const &pvt) | |
PVAJT () | |
PVAJT | extrapolate (double t) const |
Extrapolate to a specified time, assuming a path of constant jerk. More... | |
bool | isfinite () const |
Are all values finite? (Does it have finite pos, vel and t)? More... | |
bool | operator== (PVAJT const &rhs) |
bool | operator!= (PVAJT const &rhs) |
std::string | __repr__ () const |
Public Attributes | |
double | pos |
double | vel |
double | accel |
double | jerk |
double | t |
Position, velocity, acceleration, jerk and time
Compared to coordConv::PVT this object is somewhat restricted: the object is const and has no mathematical operators.
Uses standard TCC conventions: position is in degrees velocity is in degrees/second acceleration is in degrees/second^2 jerk is in degrees/second^3 t is TAI (MJD, seconds)
|
explicit |
|
explicit |
|
explicit |
std::string tcc::PVAJT::__repr__ | ( | ) | const |
|
inline |
|
inline |