Click or drag to resize

VectorRefractedDisplacement Constructor (AtmosphericRefractionModel, VectorDisplacement)

Initializes a new instance of the VectorRefractedDisplacement class using the provided AtmosphericRefractionModel refraction model instance and underlying unrefracted VectorDisplacement instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorRefractedDisplacement(
	AtmosphericRefractionModel refractionModel,
	VectorDisplacement unrefractedDisplacementVector
)

Parameters

refractionModel
Type: AGI.Foundation.CelestialAtmosphericRefractionModel
The atmospheric refraction model.
unrefractedDisplacementVector
Type: AGI.Foundation.GeometryVectorDisplacement
The unrefracted displacement vector.
See Also