[inline]
Definition at line 109 of file ViewerPointCloud.h.
References mMaxX, mMaxY, mMinX, and mMinY.
Referenced by OglGui::ViewerPointCloudNavigator::DisplayFunc().
00110 { 00111 minX = mMinX; 00112 minY = mMinY; 00113 maxX = mMaxX; 00114 maxY = mMaxY; 00115 }