KSPlanet::OrbitData
KSPlanet::OrbitData Class Reference
#include <ksplanet.h>
Public Member Functions | |
OrbitData () | |
OrbitData (double a, double b, double c) | |
Public Attributes | |
double | A |
double | B |
double | C |
Detailed Description
This class contains doubles A,B,C which represent a single term in a planet's positional expansion sums (each sum-term is A*COS(B+C*T)).
- Version
- 1.0
Definition at line 94 of file ksplanet.h.
Constructor & Destructor Documentation
◆ OrbitData() [1/2]
|
inline |
Default constructor.
Definition at line 98 of file ksplanet.h.
◆ OrbitData() [2/2]
|
inline |
Constructor.
- Parameters
-
a the A value b the B value c the C value
Definition at line 105 of file ksplanet.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:58:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:58:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.