X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeometry.h;h=41cd472580f30621d546a45d658aaa4a2e8eab6a;hb=0e8f4edf80206248f0ad87a966d69d9ec9da3d2f;hp=f1371e32241fa8aa66c5fad70d7336b046c5ff79;hpb=0fcc2d879e1e0ca17eeaceae2159f5143a06586f;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__