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

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

Definition at line 124 of file ViewerPointCloud.h.

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

00125     {
00126         float hW = W()/2.f, hH = H()/2.f;
00127         x = (x - hW)/mScale + hW - mPtDocX;
00128         y = (y - hH)/mScale + hH - mPtDocY;
00129     }

Here is the call graph for this function:


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