|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
#include <vulcan/wind/WindTypes.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | vulcan |
| namespace | vulcan::constant_wind |
Functions | |
| template<typename Scalar> | |
| wind::WindVector< Scalar > | vulcan::constant_wind::from_ned (const Scalar &north, const Scalar &east, const Scalar &down=Scalar(0)) |
| Create constant wind from NED components. | |
| template<typename Scalar> | |
| wind::WindVector< Scalar > | vulcan::constant_wind::from_speed_direction (const Scalar &speed, const Scalar &direction_from) |
| Create constant wind from speed and direction. | |