|
@@ -52,8 +52,8 @@ public:
|
|
|
static bool CheckPosInValid(POS* pos,ReceiveDataMap* pRdm,double dScale);
|
|
|
static bool IsOnMap(std::shared_ptr<POS> pos,std::shared_ptr<TDOAReaderPathMap> trpm);
|
|
|
|
|
|
- bool IsInTriangle(std::vector<_point> vtp,_point p);
|
|
|
- double GetTriangleArea(_point p0,_point p1,_point p2);
|
|
|
+ static bool IsInTriangle(std::vector<_point> vtp,_point p);
|
|
|
+ static double GetTriangleArea(_point p0,_point p1,_point p2);
|
|
|
};
|
|
|
|
|
|
#endif
|