Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Rectangle Impala::Core::Geometry::operator/ ( Rectangle &  r,
double  d 
)

Definition at line 146 of file Rectangle.h.

References Impala::Core::Geometry::Rectangle::mBottom, Impala::Core::Geometry::Rectangle::mLeft, Impala::Core::Geometry::Rectangle::mRight, and Impala::Core::Geometry::Rectangle::mTop.

00147 {
00148     return Rectangle((int)(r.mLeft/d), (int)(r.mTop/d), (int)(r.mRight/d),
00149                      (int)(r.mBottom/d));
00150 }


Generated on Thu Jan 13 09:19:36 2011 for ImpalaSrc by  doxygen 1.5.1