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:
|