KSPlanet::OrbitDataColl
KSPlanet::OrbitDataColl Class Reference
#include <ksplanet.h>
Public Member Functions | |
OrbitDataColl ()=default | |
Public Attributes | |
OBArray | Dst |
OBArray | Lat |
OBArray | Lon |
Detailed Description
OrbitDataColl contains three groups of six QVectors.
Each QVector is a list of OrbitData objects, representing a single sum used in computing the planet's position. A set of six of these vectors comprises the large "meta-sum" which yields the planet's Longitude, Latitude, or Distance value.
- Version
- 1.0
Definition at line 121 of file ksplanet.h.
Constructor & Destructor Documentation
◆ OrbitDataColl()
|
default |
Constructor.
Member Data Documentation
◆ Dst
OBArray KSPlanet::OrbitDataColl::Dst |
Definition at line 129 of file ksplanet.h.
◆ Lat
OBArray KSPlanet::OrbitDataColl::Lat |
Definition at line 128 of file ksplanet.h.
◆ Lon
OBArray KSPlanet::OrbitDataColl::Lon |
Definition at line 127 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.