X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeometry.h;h=6ff456410aa22ba01682128cd17a8392707c2a3b;hb=921bf050ffe5fc81a9ab377e634180e659ee5d5d;hp=d2ec82b0590f408fcdf2f91c0a54d3cddcc181f8;hpb=4b37ccbdf263a4798e53a62e33d869a728ace283;p=architektonas diff --git a/src/geometry.h b/src/geometry.h index d2ec82b..6ff4564 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -10,6 +10,7 @@ class Geometry static Point IntersectionOfLineAndLine(Point, Point, Point, Point); static double ParameterOfLineAndPoint(Point, Point, Point); static Point MirrorPointAroundLine(Point, Point, Point); + static Point RotatePointAroundPoint(Point, Point, double); }; #endif // __GEOMETRY_H__