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

pull/13383/head
Vadim Pisarevsky 14 years ago
parent d04321e747
commit 84aed5d360
  1. 2
      modules/core/src/matrix.cpp

@ -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);

Loading…
Cancel
Save