~sil2100/nux/revert_640

« back to all changes in this revision

Viewing changes to NuxCore/Rect.h

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-08-08 12:58:24 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20120808125824-12o0md3gbv5jrawm
Reverting revision 640, as it was causing many serious regressions. The direct cause seems to be libgeis, not the nux changes themselves - but this is the easiest way of resolving the problem. This code can be re-added once geis is fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    bool IsNull() const;
49
49
 
50
50
    bool IsInside(const Point &p) const;
51
 
    bool IsInside(const Point2D<float> &p) const;
52
51
    Rect Intersect(const Rect &) const;
53
52
 
54
53
    // expand the width by factor_x and the height by factor_y