fixed unresolved RotatedRect::boundingRect() error (ticket #725)
This commit is contained in:
parent
d04321e747
commit
84aed5d360
@ -3062,7 +3062,7 @@ void RotatedRect::points(Point2f pt[]) const
|
|||||||
pt[3].y = 2*center.y - pt[1].y;
|
pt[3].y = 2*center.y - pt[1].y;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline Rect RotatedRect::boundingRect() const
|
Rect RotatedRect::boundingRect() const
|
||||||
{
|
{
|
||||||
Point2f pt[4];
|
Point2f pt[4];
|
||||||
points(pt);
|
points(pt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user