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:
|