Practical Astronomy Algorithms in .NET/C#
Loading...
Searching...
No Matches
CometDataElliptical Class Reference

Information about a comet with an elliptical orbit. More...

Properties

string Name [get, set]
 Name of comet.
 
double epoch_EpochOfPerihelion [get, set]
 Epoch of the perihelion.
 
double peri_LongitudeOfPerihelion [get, set]
 Longitude of the perihelion.
 
double node_LongitudeOfAscendingNode [get, set]
 Longitude of the ascending node.
 
double period_PeriodOfOrbit [get, set]
 Period of the orbit.
 
double axis_SemiMajorAxisOfOrbit [get, set]
 Semi-major axis of the orbit.
 
double ecc_EccentricityOfOrbit [get, set]
 Eccentricity of the orbit.
 
double incl_InclinationOfOrbit [get, set]
 Inclination of the orbit.
 

Detailed Description

Information about a comet with an elliptical orbit.

Definition at line 9 of file CometData.cs.

Property Documentation

◆ axis_SemiMajorAxisOfOrbit

double axis_SemiMajorAxisOfOrbit
getset

Semi-major axis of the orbit.

Definition at line 39 of file CometData.cs.

◆ ecc_EccentricityOfOrbit

double ecc_EccentricityOfOrbit
getset

Eccentricity of the orbit.

Definition at line 44 of file CometData.cs.

◆ epoch_EpochOfPerihelion

double epoch_EpochOfPerihelion
getset

Epoch of the perihelion.

Definition at line 19 of file CometData.cs.

◆ incl_InclinationOfOrbit

double incl_InclinationOfOrbit
getset

Inclination of the orbit.

Definition at line 49 of file CometData.cs.

◆ Name

string Name
getset

Name of comet.

Definition at line 14 of file CometData.cs.

◆ node_LongitudeOfAscendingNode

double node_LongitudeOfAscendingNode
getset

Longitude of the ascending node.

Definition at line 29 of file CometData.cs.

◆ peri_LongitudeOfPerihelion

double peri_LongitudeOfPerihelion
getset

Longitude of the perihelion.

Definition at line 24 of file CometData.cs.

◆ period_PeriodOfOrbit

double period_PeriodOfOrbit
getset

Period of the orbit.

Definition at line 34 of file CometData.cs.


The documentation for this class was generated from the following file: