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

void OglGui::ViewerPointCloud::Point2Wnd ( float &  x,
float &  y 
) [inline]

Definition at line 117 of file ViewerPointCloud.h.

References OglGui::OglWindow::H(), mPtDocX, mPtDocY, mScale, and OglGui::OglWindow::W().

Referenced by OglGui::ViewerPointCloudNavigator::ShowVisiblePart(), and OglGui::ViewerPointCloudNavigator::ToViewerPointCloudMouse().

00118     {
00119         float hW = W()/2.f, hH = H()/2.f;
00120         x  = hW + mScale * (x-hW+mPtDocX);
00121         y  = hH + mScale * (y-hH+mPtDocY);
00122     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:09:58 2010 for ImpalaSrc by  doxygen 1.5.1