|
Practical Astronomy Algorithms in .NET/C#
|
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. | |
Information about a comet with an elliptical orbit.
Definition at line 9 of file CometData.cs.
|
getset |
Semi-major axis of the orbit.
Definition at line 39 of file CometData.cs.
|
getset |
Eccentricity of the orbit.
Definition at line 44 of file CometData.cs.
|
getset |
Epoch of the perihelion.
Definition at line 19 of file CometData.cs.
|
getset |
Inclination of the orbit.
Definition at line 49 of file CometData.cs.
|
getset |
Name of comet.
Definition at line 14 of file CometData.cs.
|
getset |
Longitude of the ascending node.
Definition at line 29 of file CometData.cs.
|
getset |
Longitude of the perihelion.
Definition at line 24 of file CometData.cs.
|
getset |
Period of the orbit.
Definition at line 34 of file CometData.cs.