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

void OglGui::View::SetZoom ( float  zoomX,
float  zoomY 
) [inline]

Definition at line 216 of file View.h.

References mIs2D, mView2D, and mView3D.

00217     {
00218         if (mIs2D)
00219             viewSys.SetZoom(mView2D, zoomX, zoomY);
00220         else
00221             view3DSys.SetZoom(mView3D, zoomX, zoomY);
00222     }


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