ConstantWindModel Constructor (Double, Double, Double, CentralBody) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConstantWindModel(
double windDirection,
double horizontalWindSpeed,
double verticalWindSpeed,
CentralBody centralBody
)
Public Sub New (
windDirection As Double,
horizontalWindSpeed As Double,
verticalWindSpeed As Double,
centralBody As CentralBody
)
public:
ConstantWindModel(
double windDirection,
double horizontalWindSpeed,
double verticalWindSpeed,
CentralBody^ centralBody
)
new :
windDirection : float *
horizontalWindSpeed : float *
verticalWindSpeed : float *
centralBody : CentralBody -> ConstantWindModel
Parameters
- windDirection
- Type: SystemDouble
The direction the wind is coming from in radians, measured clockwise from North toward East. - horizontalWindSpeed
- Type: SystemDouble
The horizontal speed of the wind in meters/second. - verticalWindSpeed
- Type: SystemDouble
The vertical speed of the wind in meters/second. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body that the wind model is associated with.
See Also