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