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

bool OglGui::ChangingToView::IsOnMoveDestiny (  )  [inline]

Definition at line 111 of file ChangingToView.h.

References IsAt(), mReqX, mReqY, mReqZ, and OglGui::View::mView3D.

Referenced by OnDrawView().

00112     {
00113         OGLVIEW3D* v = mView3D;
00114         bool res =  IsAt(v->x,mReqX) && IsAt(v->y,mReqY) && IsAt(v->z,mReqZ);
00115         return res;
00116     }

Here is the call graph for this function:


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