Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:09:59 2010 for ImpalaSrc by  doxygen 1.5.1