Click or drag to resize

ConstantWindModelWindDirection Property

Gets or sets the direction the wind is coming from in radians, measured clockwise from North toward East.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double WindDirection { get; set; }

Property Value

Type: Double
Remarks
If the wind direction is from the northeast (PI / 4 radians), the wind vector will have negative components along the northerly and easterly directions.
See Also