yy1717
2020-08-25 0701276b4fec856d5427e4776eec3cc7c56ec065
lib/src/main/cpp/test_common/Geometry.h
@@ -7,6 +7,7 @@
#include <stdint.h>
#include <initializer_list>
#include <vector>
enum Relation
{
@@ -64,5 +65,6 @@
PointF Calc3Point(PointF p1, PointF p2, double L, char dir);
PointF PointExtend(PointF ori, double length, double yaw);
bool IsSamePoint(PointF p1, PointF p2);
double AvgYaw(std::vector<double> &angles);
#endif //GUI_GEOMETRY_H