提交 84aed5d3 编写于 作者: V Vadim Pisarevsky

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册