Click or drag to resize

ScalarGrazingAltitudeBetweenTwoPoints Constructor (CentralBody, IServiceProvider, IServiceProvider)

Initializes an instance with the input parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarGrazingAltitudeBetweenTwoPoints(
	CentralBody centralBody,
	IServiceProvider fromObject,
	IServiceProvider toObject
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody about which the grazing altitude is computed.
fromObject
Type: SystemIServiceProvider
The origin of the line of sight line segment. The object should be able to provide the ILocationPointService.
toObject
Type: SystemIServiceProvider
The terminus of the line of sight line segment. The object should be able to provide the ILocationPointService.
See Also