Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:55:03 2010 for ImpalaSrc by  doxygen 1.5.1