Kstars
approachsolver.h
Q_OBJECTQ_OBJECT
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
virtual dms findDistance()=0
Finds the angular distance between two solar system objects.
virtual double findInitialStep(long double startJD, long double stopJD)=0
findStep
Implements algorithms to find close approaches of two objects on the sky. A class that implements a m...
Definition: approachsolver.h:29
QMap< long double, dms > findClosestApproach(long double startJD, long double stopJD, const std::function< void(long double, dms)> &callback={})
Compute the closest approach of two planets in the given range.
Definition: approachsolver.cpp:26
bool findPrecise(QPair< long double, dms > *out, long double jd, double step, int prevSign)
Compute the precise value of the extremum once the extremum has been detected.
Definition: approachsolver.cpp:113
void setGeoLocation(GeoLocation *geo)
Sets the geographic location to compute conjunctions at.
Definition: approachsolver.cpp:17
dms findSkyPointDistance(SkyPoint *obj1, SkyPoint *obj2)
findSkyPointDistance
Definition: approachsolver.cpp:157
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.