Commit 84aed5d3 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed unresolved RotatedRect::boundingRect() error (ticket #725)

parent d04321e7
......@@ -3062,7 +3062,7 @@ void RotatedRect::points(Point2f pt[]) const
pt[3].y = 2*center.y - pt[1].y;
}
inline Rect RotatedRect::boundingRect() const
Rect RotatedRect::boundingRect() const
{
Point2f pt[4];
points(pt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment