Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected static EclipseType CalculateEclipseType(
	double relAngle,
	double eclipseAngle,
	double illumAngle
)

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: EclipseType
The type of eclipse shadow on the platform.
See Also