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

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

Definition at line 153 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.

00154 {
00155     return Rectangle((int)(r.mLeft*d), (int)(r.mTop*d), (int)(r.mRight*d),
00156                      (int)(r.mBottom*d));
00157 }


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