Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:11:29 2010 for ImpalaSrc by  doxygen 1.5.1