#include <CoordinateSystem.h>
GeoCoord inet::SimpleGeographicCoordinateSystem::computeGeographicCoordinate |
( |
const Coord & |
playgroundCoordinate | ) |
const |
|
overridevirtual |
Implements inet::IGeographicCoordinateSystem.
50 return GeoCoord(geograpicLatitude, geograpicLongitude, playgroundCoordinate.z -
playgroundAltitude);
double playgroundLongitude
Definition: CoordinateSystem.h:62
Value cos(const value< Value, Unit > &angle)
Definition: Units.h:1201
double playgroundLatitude
Definition: CoordinateSystem.h:61
double playgroundAltitude
Definition: CoordinateSystem.h:63
double metersPerDegree
Definition: CoordinateSystem.h:60
Coord inet::SimpleGeographicCoordinateSystem::computePlaygroundCoordinate |
( |
const GeoCoord & |
geographicCoordinate | ) |
const |
|
overridevirtual |
Implements inet::IGeographicCoordinateSystem.
43 return Coord(playgroundX, playgroundY, geographicCoordinate.altitude +
playgroundAltitude);
double playgroundLongitude
Definition: CoordinateSystem.h:62
Value cos(const value< Value, Unit > &angle)
Definition: Units.h:1201
double playgroundLatitude
Definition: CoordinateSystem.h:61
double playgroundAltitude
Definition: CoordinateSystem.h:63
double metersPerDegree
Definition: CoordinateSystem.h:60
virtual EulerAngles inet::SimpleGeographicCoordinateSystem::getPlaygroundOrientation |
( |
| ) |
const |
|
inlineoverridevirtual |
virtual GeoCoord inet::SimpleGeographicCoordinateSystem::getPlaygroundPosition |
( |
| ) |
const |
|
inlineoverridevirtual |
Implements inet::IGeographicCoordinateSystem.
double playgroundLongitude
Definition: CoordinateSystem.h:62
double playgroundLatitude
Definition: CoordinateSystem.h:61
double playgroundAltitude
Definition: CoordinateSystem.h:63
void inet::SimpleGeographicCoordinateSystem::initialize |
( |
int |
stage | ) |
|
|
overrideprotectedvirtual |
double playgroundLongitude
Definition: CoordinateSystem.h:62
double playgroundLatitude
Definition: CoordinateSystem.h:61
double playgroundAltitude
Definition: CoordinateSystem.h:63
Local initializations.
Definition: InitStages.h:35
double inet::SimpleGeographicCoordinateSystem::metersPerDegree = 111320 |
|
protected |
double inet::SimpleGeographicCoordinateSystem::playgroundAltitude = NaN |
|
protected |
double inet::SimpleGeographicCoordinateSystem::playgroundLatitude = NaN |
|
protected |
double inet::SimpleGeographicCoordinateSystem::playgroundLongitude = NaN |
|
protected |
The documentation for this class was generated from the following files: