siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::AngularRate Struct Reference

#include <siderust/orbit.hpp>

Public Member Functions

double deg_per_day () const
 

Public Attributes

qtty::Degree angle
 
qtty::Day per
 

Detailed Description

Examples
05_target_tracking.cpp, and 15_orbit_models.cpp.

Definition at line 45 of file orbit.hpp.

Member Function Documentation

◆ deg_per_day()

double siderust::AngularRate::deg_per_day ( ) const
inline
Examples
05_target_tracking.cpp.

Definition at line 49 of file orbit.hpp.

References angle, and per.

Referenced by siderust::ProperMotion::to_c(), and siderust::MeanMotionOrbit::to_c().

Member Data Documentation

◆ angle

qtty::Degree siderust::AngularRate::angle

Definition at line 46 of file orbit.hpp.

Referenced by deg_per_day().

◆ per

qtty::Day siderust::AngularRate::per

Definition at line 47 of file orbit.hpp.

Referenced by deg_per_day().


The documentation for this struct was generated from the following file: