kstars
KSPlanet::OrbitData Class Reference
#include <ksplanet.h>
Public Member Functions | |
OrbitData () | |
OrbitData (double a, double b, double c) | |
OrbitData | operator= (const OrbitData o) |
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 104 of file ksplanet.h.
Constructor & Destructor Documentation
|
inline |
Default constructor.
Definition at line 109 of file ksplanet.h.
|
inline |
Constructor.
- Parameters
-
a the A value b the B value c the C value
Definition at line 116 of file ksplanet.h.
Member Function Documentation
Assignment operator.
Definition at line 121 of file ksplanet.h.
Member Data Documentation
double KSPlanet::OrbitData::A |
Definition at line 123 of file ksplanet.h.
double KSPlanet::OrbitData::B |
Definition at line 123 of file ksplanet.h.
double KSPlanet::OrbitData::C |
Definition at line 123 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.