#include <Utilities.hpp>
|
| | Utilities () |
| void | SetLocationXYZ (WsfPlatform *aPlatformPtr, double aX, double aY, double aZ) const |
| void | SetSpeedAndOrientationXYZ (WsfPlatform *aPlatformPtr, double aSpeed, double aHeading, double aPitch, double aRoll) const |
| bool | ConvertXY_ToLL (double aX, double aY, double &aLat, double &aLon) const |
| bool | ConvertLL_ToXY (double aLat, double aLon, double &aX, double &aY) const |
| void | SetCenter (double aCenterLat, double aCenterLon) |
◆ Utilities()
| engage::Utilities::Utilities |
( |
| ) |
|
◆ ConvertLL_ToXY()
| bool engage::Utilities::ConvertLL_ToXY |
( |
double | aLat, |
|
|
double | aLon, |
|
|
double & | aX, |
|
|
double & | aY ) const |
◆ ConvertXY_ToLL()
| bool engage::Utilities::ConvertXY_ToLL |
( |
double | aX, |
|
|
double | aY, |
|
|
double & | aLat, |
|
|
double & | aLon ) const |
◆ SetCenter()
| void engage::Utilities::SetCenter |
( |
double | aCenterLat, |
|
|
double | aCenterLon ) |
◆ SetLocationXYZ()
| void engage::Utilities::SetLocationXYZ |
( |
WsfPlatform * | aPlatformPtr, |
|
|
double | aX, |
|
|
double | aY, |
|
|
double | aZ ) const |
◆ SetSpeedAndOrientationXYZ()
| void engage::Utilities::SetSpeedAndOrientationXYZ |
( |
WsfPlatform * | aPlatformPtr, |
|
|
double | aSpeed, |
|
|
double | aHeading, |
|
|
double | aPitch, |
|
|
double | aRoll ) const |
The documentation for this class was generated from the following files: