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