lib/src/main/cpp/Geometry.h
@@ -58,5 +58,6 @@ bool OutsidePolygon(const Polygon *t1, const Polygon *t2); int IntersectionOfLine(PointF p1, PointF p2, PointF p3); PointF GetVerticalPoint(PointF p1, PointF p2, PointF p3); PointF Calc3Point(PointF p1, PointF p2, double L, char dir); #endif //GUI_GEOMETRY_H