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

void Impala::Application::Videolympics::PhysicsPart::MoveRelative ( float  x,
float  y,
float  z 
) [inline]

Definition at line 84 of file PhysicsEngine.h.

References tX, tY, and tZ.

00085     {
00086         tX += x; tY += y; tZ += z;
00087     }


Generated on Thu Jan 13 09:16:52 2011 for ImpalaSrc by  doxygen 1.5.1