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

void OglGui::ChangingToView::DoSizePhysics (  )  [inline, private]

Definition at line 268 of file ChangingToView.h.

References mReqD, mReqH, mReqW, mSizeDuration, mSizeTimePassed, mStartD, mStartH, mStartW, TimePassedFactor(), and UpdateSize().

Referenced by OnDrawView().

00269     {
00270         float fact = TimePassedFactor(mSizeTimePassed,mSizeDuration);
00271         float w = mStartW + fact * (mReqW-mStartW);
00272         float h = mStartH + fact * (mReqH-mStartH);
00273         float d = mStartD + fact * (mReqD-mStartD);
00274         UpdateSize(w,h,d);
00275     }

Here is the call graph for this function:


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