qtty-cpp 0.4.5
Header-only C++ wrapper for qtty
Loading...
Searching...
No Matches
qtty::satellite::AbsoluteToleranceVelocity Class Reference

Absolute velocity tolerance, stored in kilometres per second. More...

#include <qtty/satellite.hpp>

Public Member Functions

constexpr AbsoluteToleranceVelocity (KmPerSeconds quantity)
 
double value () const
 

Static Public Member Functions

static AbsoluteToleranceVelocity new_km_s (double value)
 

Detailed Description

Absolute velocity tolerance, stored in kilometres per second.

Definition at line 126 of file satellite.hpp.

Constructor & Destructor Documentation

◆ AbsoluteToleranceVelocity()

constexpr qtty::satellite::AbsoluteToleranceVelocity::AbsoluteToleranceVelocity ( KmPerSeconds  quantity)
inlineexplicitconstexpr

Definition at line 128 of file satellite.hpp.

Member Function Documentation

◆ new_km_s()

static AbsoluteToleranceVelocity qtty::satellite::AbsoluteToleranceVelocity::new_km_s ( double  value)
inlinestatic

Definition at line 129 of file satellite.hpp.

References value().

Referenced by qtty::satellite::IntegratorTolerances::uniform().

◆ value()

double qtty::satellite::AbsoluteToleranceVelocity::value ( ) const
inline

Definition at line 132 of file satellite.hpp.

References qtty::Quantity< UnitTag >::value().

Referenced by new_km_s().


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