Click or drag to resize

ScalarOccultationNoShadow Constructor (CentralBody, Point)

Initializes a new instance using the provided TargetPoint and IlluminatingBody, which a SimpleSolarRadiationForce type will need to calculate the direction and magnitude of the un-occulted solar radiation.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarOccultationNoShadow(
	CentralBody illuminatingBody,
	Point targetPoint
)

Parameters

illuminatingBody
Type: AGI.Foundation.CelestialCentralBody
The central body which is the source of the radiation force.
targetPoint
Type: AGI.Foundation.GeometryPoint
The location of the object being subjected to solar radiation.
See Also