|
| static Vector3 | GetVelocityFromSpeedAndAngles (float speed, float azimuth, float elevation) |
| | Calculates the vector velocity using speed, angle about the Y axis in degrees (azimuth), and elevation angle in degrees. More...
|
| |
◆ GetVelocityFromSpeedAndAngles()
| static Vector3 AerodynamicObjects.WindTools.GetVelocityFromSpeedAndAngles |
( |
float |
speed, |
|
|
float |
azimuth, |
|
|
float |
elevation |
|
) |
| |
|
static |
Calculates the vector velocity using speed, angle about the Y axis in degrees (azimuth), and elevation angle in degrees.
- Parameters
-
| speed | Wind speed (m/s) |
| azimuth | Angle about the Y axis (degrees) |
| elevation | Angle between the wind and the horizontal plane (degrees) |
- Returns
- Vector of velocity (m/s)
The documentation for this class was generated from the following file: