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

void OglGui::Camera3DControlEx::MinMaxX ( float  minX,
float  maxX 
) [inline]

Definition at line 37 of file Camera3DControlEx.h.

References mMaxX, and mMinX.

Referenced by Init(), and Impala::Visualization::DirImViewer3D::SetUpCameraControl3D().

00038     {
00039         mMinX = minX;
00040         mMaxX = maxX;
00041     }


Generated on Fri Mar 19 11:58:08 2010 for ImpalaSrc by  doxygen 1.5.1