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

bool Impala::Visualization::RotorBrowser::RotorView::AlmostAtDestiny (  )  [inline, private]

Definition at line 560 of file RotorView.h.

References IsAlmost(), mActH, mActW, mActX, mActY, mActZ, mReqH, mReqW, mReqX, mReqY, and mReqZ.

Referenced by DoPhysics().

00561     {
00562         return IsAlmost(mActX, mReqX) &&
00563                IsAlmost(mActY, mReqY) &&
00564                IsAlmost(mActZ, mReqZ) &&
00565                IsAlmost(mActW, mReqW) &&
00566                IsAlmost(mActH, mReqH);
00567     }

Here is the call graph for this function:


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