![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
Proper motion for a star (equatorial). More...
#include <siderust/bodies.hpp>

Public Member Functions | |
| siderust_proper_motion_t | to_c () const |
Public Attributes | |
| AngularRate | ra |
| RA proper motion. | |
| AngularRate | dec |
| Dec proper motion. | |
| RaConvention | convention |
| RA rate convention. | |
Proper motion for a star (equatorial).
Definition at line 24 of file bodies.hpp.
|
inline |
Definition at line 29 of file bodies.hpp.
References convention, dec, siderust::AngularRate::deg_per_day(), and ra.
Referenced by siderust::ProperMotionTarget::ProperMotionTarget().
| RaConvention siderust::ProperMotion::convention |
| AngularRate siderust::ProperMotion::dec |
Dec proper motion.
Definition at line 26 of file bodies.hpp.
Referenced by to_c().
| AngularRate siderust::ProperMotion::ra |
RA proper motion.
Definition at line 25 of file bodies.hpp.
Referenced by to_c().