Definition at line 62 of file ChangingToView.h. References OglGui::View::GetDimensions3D(), mIsOnDestiny, mMoveDuration, mMoveStartTime, mReqX, mReqY, mReqZ, mStartX, mStartY, mStartZ, OglGui::View::mView3D, and StartClock(). Referenced by OnDrawView(). 00063 { 00064 mReqX = (x != FRETAIN ? x : mView3D->x); 00065 mReqY = (y != FRETAIN ? y : mView3D->y); 00066 mReqZ = (z != FRETAIN ? z : mView3D->z); 00067 GetDimensions3D(&mStartX,&mStartY,&mStartZ,0,0,0); 00068 00069 mIsOnDestiny = false; 00070 mMoveDuration = duration; 00071 mMoveStartTime = StartClock(); 00072 }
Here is the call graph for this function:
|