LinkRefracted Constructor (IServiceProvider, AtmosphericRefractionModel) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LinkRefracted(
IServiceProvider unrefractedLink,
AtmosphericRefractionModel atmosphericRefractionModel
)
Public Sub New (
unrefractedLink As IServiceProvider,
atmosphericRefractionModel As AtmosphericRefractionModel
)
public:
LinkRefracted(
IServiceProvider^ unrefractedLink,
AtmosphericRefractionModel^ atmosphericRefractionModel
)
new :
unrefractedLink : IServiceProvider *
atmosphericRefractionModel : AtmosphericRefractionModel -> LinkRefracted
Parameters
- unrefractedLink
- Type: SystemIServiceProvider
The unrefracted link used as a basis for refraction. - atmosphericRefractionModel
- Type: AGI.Foundation.CelestialAtmosphericRefractionModel
The refraction model which computes the refraction angle used to adjust the unrefracted link's motion.
Remarks See Also