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

bool Impala::Application::Videolympics::PhysicsPart::IsAtTarget (  )  [inline]

Definition at line 131 of file PhysicsEngine.h.

References IsAlmost(), mView, tX, tY, and tZ.

Referenced by DoPhysics().

00132     {
00133         float aX, aY, aZ;
00134         view3DSys.GetDimensions(mView, &aX, &aY, &aZ, NULL, NULL, NULL);
00135         if (IsAlmost(aX,tX) && IsAlmost(aY,tY) && IsAlmost(aZ, tZ))
00136         {
00137             return true;
00138         }
00139         return false;
00140     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:55:04 2010 for ImpalaSrc by  doxygen 1.5.1