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

bool OglGui::ChangingToView::IsAt ( float &  f,
float  t 
) [inline]

Definition at line 101 of file ChangingToView.h.

Referenced by IsOnMoveDestiny(), IsOnRotateDestiny(), and IsOnSizeDestiny().

00102     {
00103         if (fabs(t-f)<=0.001)
00104         {
00105             f = t;
00106             return true;
00107         }
00108         return false;
00109     }


Generated on Thu Jan 13 09:26:14 2011 for ImpalaSrc by  doxygen 1.5.1