KSPlanet::OrbitData

Search for usage in LXR

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)).

Author
Mark Hollomon
Version
1.0

Definition at line 94 of file ksplanet.h.

Constructor & Destructor Documentation

◆ OrbitData() [1/2]

KSPlanet::OrbitData::OrbitData ( )
inline

Default constructor.

Definition at line 98 of file ksplanet.h.

◆ OrbitData() [2/2]

KSPlanet::OrbitData::OrbitData ( double a,
double b,
double c )
inline

Constructor.

Parameters
athe A value
bthe B value
cthe 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 Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.