All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Ecef.h
Go to the documentation of this file.
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
9 #include "VectorMathDecl.h"
10 
11 namespace Eegeo
12 {
13  namespace Space
14  {
19  double DistanceInMetresBetweenEcefPoints(const Eegeo::dv3 &ecefPointA, const Eegeo::dv3 &ecefPointB);
20  }
21 }