|
qtty-cpp 0.4.5
Header-only C++ wrapper for qtty
|
Per-axis integrator tolerances for state propagation. More...
#include <qtty/satellite.hpp>

Static Public Member Functions | |
| static IntegratorTolerances | uniform (double rel, double abs_pos_km, double abs_vel_km_s) |
| Builds tolerances with the same value applied to every axis. | |
Public Attributes | |
| RelativeTolerance | rel |
| std::array< AbsoluteTolerancePosition, 3 > | abs_pos |
| std::array< AbsoluteToleranceVelocity, 3 > | abs_vel |
Per-axis integrator tolerances for state propagation.
Definition at line 139 of file satellite.hpp.
|
inlinestatic |
Builds tolerances with the same value applied to every axis.
Definition at line 145 of file satellite.hpp.
References qtty::is_angular_v, qtty::satellite::AbsoluteTolerancePosition::new_km(), qtty::satellite::AbsoluteToleranceVelocity::new_km_s(), and rel.
| std::array<AbsoluteTolerancePosition, 3> qtty::satellite::IntegratorTolerances::abs_pos |
Definition at line 141 of file satellite.hpp.
| std::array<AbsoluteToleranceVelocity, 3> qtty::satellite::IntegratorTolerances::abs_vel |
Definition at line 142 of file satellite.hpp.
| RelativeTolerance qtty::satellite::IntegratorTolerances::rel |
Definition at line 140 of file satellite.hpp.
Referenced by uniform().