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

Impala::Application::Videolympics::PhysicsPart::PhysicsPart ( OGLVIEW3D *  view,
int  identifier 
) [inline]

Definition at line 14 of file PhysicsEngine.h.

References fX, fY, fZ, mDestroying, mNr, mView, tfX, tfY, tfZ, tX, tY, and tZ.

00015     {
00016         mView = view;
00017         mNr = identifier;
00018         view3DSys.GetDimensions(mView, &tX, &tY, &tZ, NULL, NULL, NULL);
00019         mDestroying = false;
00020         tfX = tfY = tfZ = fX = fY = fZ = 0.0f;
00021     }


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