lib/src/main/cpp/test_common/Geometry.h
@@ -64,4 +64,6 @@ bool VerticalPointOnLine(PointF point, Line line, PointF &vp); PointF Calc3Point(PointF p1, PointF p2, double L, char dir); PointF PointExtend(PointF ori, double length, double yaw); bool IsSamePoint(PointF p1, PointF p2); #endif //GUI_GEOMETRY_H