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.2.419.0 (24.2.419.0)
Syntax public ScalarGrazingAltitudeBetweenTwoPoints(
CentralBody centralBody,
IServiceProvider fromObject,
IServiceProvider toObject
)
Public Sub New (
centralBody As CentralBody,
fromObject As IServiceProvider,
toObject As IServiceProvider
)
public:
ScalarGrazingAltitudeBetweenTwoPoints(
CentralBody^ centralBody,
IServiceProvider^ fromObject,
IServiceProvider^ toObject
)
new :
centralBody : CentralBody *
fromObject : IServiceProvider *
toObject : IServiceProvider -> ScalarGrazingAltitudeBetweenTwoPoints
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