![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
Cartesian velocity in AU/day, tagged by reference frame. More...
#include <siderust/runtime_ephemeris.hpp>
Static Public Member Functions | |
| static CartesianVelocity | from_c (const siderust_cartesian_vel_t &v) |
| Construct from the raw C struct. | |
Public Attributes | |
| double | vx |
| X component (AU/day). | |
| double | vy |
| Y component (AU/day). | |
| double | vz |
| Z component (AU/day). | |
| siderust_frame_t | frame |
Cartesian velocity in AU/day, tagged by reference frame.
Returned by RuntimeEphemeris::earth_barycentric_velocity.
Definition at line 34 of file runtime_ephemeris.hpp.
|
inlinestatic |
Construct from the raw C struct.
Definition at line 41 of file runtime_ephemeris.hpp.
References vx.
Referenced by siderust::RuntimeEphemeris::earth_barycentric_velocity().
| siderust_frame_t siderust::CartesianVelocity::frame |
Definition at line 38 of file runtime_ephemeris.hpp.
| double siderust::CartesianVelocity::vx |
| double siderust::CartesianVelocity::vy |
Y component (AU/day).
Definition at line 36 of file runtime_ephemeris.hpp.
| double siderust::CartesianVelocity::vz |
Z component (AU/day).
Definition at line 37 of file runtime_ephemeris.hpp.