ConstantWindModel Constructor (Double, Double, Double) |
Initializes a new instance with a default central body of Earth and 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
)
Public Sub New (
windDirection As Double,
horizontalWindSpeed As Double,
verticalWindSpeed As Double
)
public:
ConstantWindModel(
double windDirection,
double horizontalWindSpeed,
double verticalWindSpeed
)
new :
windDirection : float *
horizontalWindSpeed : float *
verticalWindSpeed : float -> 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.
See Also