OrbitalElementsComputeSemilatusRectum Method |
Calculates the semilatus rectum of the orbit.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static double ComputeSemilatusRectum(
double radiusOfPeriapsis,
double eccentricity
)
Public Shared Function ComputeSemilatusRectum (
radiusOfPeriapsis As Double,
eccentricity As Double
) As Double
public:
static double ComputeSemilatusRectum(
double radiusOfPeriapsis,
double eccentricity
)
static member ComputeSemilatusRectum :
radiusOfPeriapsis : float *
eccentricity : float -> float
Parameters
- radiusOfPeriapsis
- Type: SystemDouble
The radius of periapsis. - eccentricity
- Type: SystemDouble
The eccentricity of the orbit.
Return Value
Type:
DoubleThe semilatus rectum of the orbit.
Exceptions Remarks The result will be given in the same units as radiusOfPeriapsis.
See Also