Click or drag to resize

ScalarVariableAreaArgumentLatitude Constructor (Int32, DictionaryDouble, Double, Point, ReferenceFrame)

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarVariableAreaArgumentLatitude(
	int interpolationOrder,
	Dictionary<double, double> areaData,
	Point integrationPoint,
	ReferenceFrame integrationFrame
)

Parameters

interpolationOrder
Type: SystemInt32
The order of the interpolation that will be done to estimate the area.
areaData
Type: System.Collections.GenericDictionaryDouble, Double
Collection of key-value pairs with argument of latitude (in degrees) as the key and area (in meters squared) as the value.
integrationPoint
Type: AGI.Foundation.GeometryPoint
The Point used to determine the argument of latitude at a particular time. This argument of latitude is then used to interpolate the area.
integrationFrame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the integrationPoint should be observed in.
See Also