|
Practical Astronomy Algorithms in .NET/C#
|
Comet calculations. More...
Public Member Functions | |
| double double double double double cometDistEarth | PositionOfEllipticalComet (double lctHour, double lctMin, double lctSec, bool isDaylightSaving, int zoneCorrectionHours, double localDateDay, int localDateMonth, int localDateYear, string cometName) |
| double double double double double double double cometDistEarth | PositionOfParabolicComet (double lctHour, double lctMin, double lctSec, bool isDaylightSaving, int zoneCorrectionHours, double localDateDay, int localDateMonth, int localDateYear, string cometName) |
Public Attributes | |
| double | cometRAHour |
| Calculate position of an elliptical comet. | |
| double double | cometRAMin |
| double double double | cometDecDeg |
| double double double double | cometDecMin |
| double double double | cometRASec |
| double double double double | cometDecDeg |
| double double double double double | cometDecMin |
| double double double double double double | cometDecSec |
Comet calculations.
Definition at line 10 of file PAComet.cs.
| double double double double double cometDistEarth PositionOfEllipticalComet | ( | double | lctHour, |
| double | lctMin, | ||
| double | lctSec, | ||
| bool | isDaylightSaving, | ||
| int | zoneCorrectionHours, | ||
| double | localDateDay, | ||
| int | localDateMonth, | ||
| int | localDateYear, | ||
| string | cometName | ||
| ) |
Definition at line 22 of file PAComet.cs.
| double double double double double double double cometDistEarth PositionOfParabolicComet | ( | double | lctHour, |
| double | lctMin, | ||
| double | lctSec, | ||
| bool | isDaylightSaving, | ||
| int | zoneCorrectionHours, | ||
| double | localDateDay, | ||
| int | localDateMonth, | ||
| int | localDateYear, | ||
| string | cometName | ||
| ) |
Definition at line 83 of file PAComet.cs.
| double double double cometDecDeg |
Definition at line 22 of file PAComet.cs.
| double double double double cometDecDeg |
Definition at line 83 of file PAComet.cs.
| double double double double cometDecMin |
Definition at line 22 of file PAComet.cs.
| double double double double double cometDecMin |
Definition at line 83 of file PAComet.cs.
| double double double double double double cometDecSec |
Definition at line 83 of file PAComet.cs.
| double cometRAHour |
Calculate position of an elliptical comet.
Calculate position of a parabolic comet.
cometRAHour – Right ascension of comet (hour part) cometRAMin – Right ascension of comet (minutes part) cometRASec – Right ascension of comet (seconds part) cometDecDeg – Declination of comet (degrees part) cometDecMin – Declination of comet (minutes part) cometDecSec – Declination of comet (seconds part) cometDistEarth – Comet's distance from Earth (AU)
Definition at line 22 of file PAComet.cs.
| double double cometRAMin |
Definition at line 22 of file PAComet.cs.
| double double double cometRASec |
Definition at line 83 of file PAComet.cs.