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.2.419.0 (24.2.419.0)
Syntax public double WindDirection { get; set; }
Public Property WindDirection As Double
Get
Set
public:
property double WindDirection {
double get ();
void set (double value);
}
member WindDirection : float with get, set
Property Value
Type:
DoubleRemarks
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