ScalarOccultationDualConeCalculateEclipseType Method |
Calculates the type of shadow a platform is in using a dual cone shadow model.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected static EclipseType CalculateEclipseType(
double relAngle,
double eclipseAngle,
double illumAngle
)
Protected Shared Function CalculateEclipseType (
relAngle As Double,
eclipseAngle As Double,
illumAngle As Double
) As EclipseType
protected:
static EclipseType CalculateEclipseType(
double relAngle,
double eclipseAngle,
double illumAngle
)
static member CalculateEclipseType :
relAngle : float *
eclipseAngle : float *
illumAngle : float -> EclipseType
Parameters
- relAngle
- Type: SystemDouble
The angular separation from the center of the eclipsing body to the center of the illuminating body. - eclipseAngle
- Type: SystemDouble
The angular separation from the center to the edge of the eclipsing body. - illumAngle
- Type: SystemDouble
The angular separation from the center to the edge of the illuminating body.
Return Value
Type:
EclipseTypeThe type of eclipse shadow on the platform.
See Also