ScalarAtmosphericDensity Constructor (Point, SolarGeophysicalData, CentralBody, Vector) |
Initializes a
Scalar representing atmospheric density using the target point
and solar-geophysical data.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ScalarAtmosphericDensity(
Point targetPoint,
SolarGeophysicalData solarGeophysicalData,
CentralBody centralBody,
Vector sunVector
)
Protected Sub New (
targetPoint As Point,
solarGeophysicalData As SolarGeophysicalData,
centralBody As CentralBody,
sunVector As Vector
)
protected:
ScalarAtmosphericDensity(
Point^ targetPoint,
SolarGeophysicalData^ solarGeophysicalData,
CentralBody^ centralBody,
Vector^ sunVector
)
new :
targetPoint : Point *
solarGeophysicalData : SolarGeophysicalData *
centralBody : CentralBody *
sunVector : Vector -> ScalarAtmosphericDensity
Parameters
- targetPoint
- Type: AGI.Foundation.GeometryPoint
The target point of the density calculations. - solarGeophysicalData
- Type: AGI.Foundation.CelestialSolarGeophysicalData
Solar and magnetic flux information. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The body whose atmosphere to model. Usually this is the Earth. - sunVector
- Type: AGI.Foundation.GeometryVector
The vector to use when modeling the direction to the sun with respect to the principal frame of the CentralBody.
See Also