New coverage detection for bridges. Includes implementation of ExPolygon::get_trapezoids()
This commit is contained in:
@@ -19,7 +19,7 @@ MultiPoint::translate(double x, double y)
|
||||
}
|
||||
|
||||
void
|
||||
MultiPoint::rotate(double angle, Point* center)
|
||||
MultiPoint::rotate(double angle, const Point ¢er)
|
||||
{
|
||||
for (Points::iterator it = points.begin(); it != points.end(); ++it) {
|
||||
(*it).rotate(angle, center);
|
||||
|
||||
Reference in New Issue
Block a user