Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ConstantWindModel(
	double windDirection,
	double horizontalWindSpeed,
	double verticalWindSpeed
)

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