Expand description
Data types for representing orbital elements.
Structs§
- Argument
OfPeriapsis - Argument of periapsis.
- Argument
OfPeriapsis Error - Error returned when an
ArgumentOfPeriapsisis outside the valid range [0°, 360°]. - Eccentricity
- Orbital eccentricity.
- Gravitational
Parameter - The standard gravitational parameter of a celestial body µ = GM.
- Inclination
- Orbital inclination.
- Inclination
Error - Error returned when an
Inclinationis outside the valid range [0°, 180°]. - Keplerian
- A set of Keplerian orbital elements.
- Keplerian
Builder - Builder for constructing validated
Keplerianelements. - Longitude
OfAscending Node - Longitude of ascending node.
- Longitude
OfAscending Node Error - Error returned when a
LongitudeOfAscendingNodeis outside the valid range [0°, 360°]. - Negative
Eccentricity Error - Error returned when attempting to create an
Eccentricitywith a negative value.
Enums§
- Keplerian
Error - Error returned when constructing a
Keplerianvia the builder. - Orbit
Type - The Keplerian orbit types or conic sections.
Type Aliases§
- Semi
Major Axis - Type alias for the semi-major axis of an orbit, stored as a
Distance.