![]() |
VR-Forces 4.1 Class Documentation
|
A class for storing wind volume information. More...
Public Member Functions | |
| DtWind (double directionN2E, double minAltitude=0, double maxAltitude=100000, double speedInMps=100) | |
| CTOR. | |
| bool | withinAltitude (double alt) const |
| Returns true if the given altitude falls between the wind volumes minimum and maximum altitude. | |
Public Attributes | |
| double | dirNtoE |
| double | northVel |
| double | eastVel |
| double | minAlt |
| double | maxAlt |
| double | speed |
A class for storing wind volume information.
A wind volume consists of a direction, minimum and maximum altitude, and a speed.
| makVrv::vrvExampleCloudDriver::DtWind::DtWind | ( | double | directionN2E, |
| double | minAltitude = 0, |
||
| double | maxAltitude = 100000, |
||
| double | speedInMps = 100 |
||
| ) |
CTOR.
| directionN2E | The direction specified in angles from north to east |
| minAltitude | The minimum altitude of the wind volume |
| maxAltitude | The maximum altitude of the wind volume |
| speedInMps | The windspeed in meters per second |
| bool makVrv::vrvExampleCloudDriver::DtWind::withinAltitude | ( | double | alt | ) | const |
Returns true if the given altitude falls between the wind volumes minimum and maximum altitude.
| double makVrv::vrvExampleCloudDriver::DtWind::dirNtoE |
| double makVrv::vrvExampleCloudDriver::DtWind::northVel |
| double makVrv::vrvExampleCloudDriver::DtWind::eastVel |
| double makVrv::vrvExampleCloudDriver::DtWind::minAlt |
| double makVrv::vrvExampleCloudDriver::DtWind::maxAlt |
| double makVrv::vrvExampleCloudDriver::DtWind::speed |