[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 }