X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeometry.h;h=41cd472580f30621d546a45d658aaa4a2e8eab6a;hb=6114b754fcd6e7d83c71dc2fa0ef2ec185387e12;hp=f1371e32241fa8aa66c5fad70d7336b046c5ff79;hpb=acd27aa62a4c78b6aeee523e3145a8aa53f4bcde;p=architektonas diff --git a/src/geometry.h b/src/geometry.h index f1371e3..41cd472 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -18,6 +18,7 @@ class Geometry static void CheckLineToCircleIntersection(Object *, Object *); static void FindAnglesForSides(double s1, double s2, double s3, double * a1, double * a2, double * a3); static Point GetPointForParameter(Object *, double); + static Point Midpoint(Line *); }; #endif // __GEOMETRY_H__