|
Practical Astronomy Algorithms in .NET/C#
|
Information about a comet with a parabolic orbit. More...
Properties | |
| string | Name [get, set] |
| Name of the comet. | |
| double | EpochPeriDay [get, set] |
| Epoch perihelion day. | |
| int | EpochPeriMonth [get, set] |
| Epoch perihelion month. | |
| int | EpochPeriYear [get, set] |
| Epoch perihelion year. | |
| double | ArgPeri [get, set] |
| Arg perihelion. | |
| double | Node [get, set] |
| Comet's node. | |
| double | PeriDist [get, set] |
| Distance at the perihelion. | |
| double | Incl [get, set] |
| Inclination. | |
Information about a comet with a parabolic orbit.
Definition at line 55 of file CometData.cs.
|
getset |
Arg perihelion.
Definition at line 80 of file CometData.cs.
|
getset |
Epoch perihelion day.
Definition at line 65 of file CometData.cs.
|
getset |
Epoch perihelion month.
Definition at line 70 of file CometData.cs.
|
getset |
Epoch perihelion year.
Definition at line 75 of file CometData.cs.
|
getset |
Inclination.
Definition at line 95 of file CometData.cs.
|
getset |
Name of the comet.
Definition at line 60 of file CometData.cs.
|
getset |
Comet's node.
Definition at line 85 of file CometData.cs.
|
getset |
Distance at the perihelion.
Definition at line 90 of file CometData.cs.