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