]> Shamusworld >> Repos - architektonas/blobdiff - src/geometry.h
Added rotation tool.
[architektonas] / src / geometry.h
index d2ec82b0590f408fcdf2f91c0a54d3cddcc181f8..6ff456410aa22ba01682128cd17a8392707c2a3b 100644 (file)
@@ -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__