Kstars
greatcircle.h
A class to compute points along a great circle from one az/alt to another.
Definition greatcircle.h:28
GreatCircle(double az1, double alt1, double az2, double alt2)
Construct a GreatCircle object for a path between az1,alt1 to az2,alt2.
Definition greatcircle.cpp:37
void waypoint(double fraction, double *az, double *alt) const
Return the azimuth and altitude for a waypoint.
Definition greatcircle.cpp:75
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.