Click or drag to resize

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

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