]> Shamusworld >> Repos - architektonas/blobdiff - src/geometry.h
Fixes for the Layer widget.
[architektonas] / src / geometry.h
index 865dc6d0f6b36ed3a6050bcdde45d3c7e0912d78..02cfada77dee1c68b9e658adf335b6a7c9110d45 100644 (file)
@@ -20,6 +20,7 @@ class Geometry
 //             static int Intersects(Line * l, Circle * c, double * tp = 0, double * up = 0, double * vp = 0, double * wp = 0);
 //             static int Intersects(Circle * c1, Circle * c2, double * tp = 0, double * up = 0, double * vp = 0, double * wp = 0, Point * p1 = 0, Point * p2 = 0);
                static void FindAnglesForSides(double s1, double s2, double s3, double * a1, double * a2, double * a3);
+               static Point GetPointForParameter(Object *, double);
 };
 
 #endif         // __GEOMETRY_H__