Move Polygon class to Polygon.hpp
This commit is contained in:
@@ -21,6 +21,8 @@ class Point
|
||||
void rotate(double angle, Point* center);
|
||||
};
|
||||
|
||||
typedef std::vector<Point> Points;
|
||||
|
||||
void
|
||||
Point::rotate(double angle, Point* center)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user