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

void OglGui::View::SetPan ( float  panX,
float  panY 
) [inline]

Definition at line 224 of file View.h.

References mIs2D, mView2D, and mView3D.

00225     {
00226         if (mIs2D)
00227             viewSys.SetPan(mView2D, panX, panY);
00228         else
00229             view3DSys.SetPan(mView3D, panX, panY);
00230     }


Generated on Thu Jan 13 09:27:14 2011 for ImpalaSrc by  doxygen 1.5.1