4 #include "VectorMath.h"
18 const std::string& featureId,
19 const v3& localEcefFeatureCenter
21 : m_featureId(featureId)
22 , m_localEcefFeatureCenter(localEcefFeatureCenter)
25 const std::string& GetFeatureId()
const {
return m_featureId; }
26 const v3& GetLocalEcefFeatureCenter()
const {
return m_localEcefFeatureCenter; }
30 std::string m_featureId;
31 v3 m_localEcefFeatureCenter;