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

InterestCircle* Impala::Core::Geometry::MakeInterestCircle ( double  x,
double  y,
double  scale 
)

Definition at line 95 of file InterestCircle.h.

References Impala::Core::Geometry::InterestCircle::mScale.

00096 {
00097     InterestCircle* c = new InterestCircle(x, y, 0);
00098     c->mScale = scale;
00099     return c;
00100 }


Generated on Fri Mar 19 11:11:27 2010 for ImpalaSrc by  doxygen 1.5.1