11#ifndef WSFMTT_REFERENCEPOINT_HPP
12#define WSFMTT_REFERENCEPOINT_HPP
14#include "UtEntity.hpp"
32 void ConvertNEDToLLA(
const double aLocNED[3],
double& aLat,
double& aLon,
double& aAlt)
const;
46 UtEntity mCenterEntity;
UtEntity & GetReferenceEntity()
Returns a reference to an entity at the center of this local coordinate system.
Definition WsfMTT_ReferencePoint.hpp:43
void SetReferenceLocationLLA(double aLat, double aLon, double aAlt)
Define the reference location.
Definition WsfMTT_ReferencePoint.cpp:21
void ConvertWCSToNED(const double aLocWCS[3], double aLocNED[3]) const
Definition WsfMTT_ReferencePoint.cpp:74
WsfMTT_ReferencePoint()
Definition WsfMTT_ReferencePoint.cpp:15
void ConvertNEDToWCS(const double aLocNED[3], double aLocWCS[3]) const
Definition WsfMTT_ReferencePoint.cpp:63
void ConvertNEDToLLA(const double aLocNED[3], double &aLat, double &aLon, double &aAlt) const
Convert a local flat-earth NED to LLA.
Definition WsfMTT_ReferencePoint.cpp:38
void ConvertWCSVectorToNED(double aVectorNED[3], const double aVectorWCS[3]) const
Definition WsfMTT_ReferencePoint.cpp:95
void ConvertNEDVectorToWCS(double aVectorWCS[3], const double aVectorNED[3]) const
Definition WsfMTT_ReferencePoint.cpp:100