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.
Member Data Documentation
◆ A
double KSPlanet::OrbitData::A |
Definition at line 107 of file ksplanet.h.
◆ B
double KSPlanet::OrbitData::B |
Definition at line 107 of file ksplanet.h.
◆ C
double KSPlanet::OrbitData::C |
Definition at line 107 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-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.