Definition at line 44 of file CxRectZTiler.h. References mDist, mWndHeight, mWndWidth, and ResetPos(). Referenced by OglGui::Window::RepositionViewports(). 00045 { 00046 mWndWidth = wndWidth; 00047 mWndHeight = wndHeight; 00048 mDist = distance; 00049 ResetPos(); 00050 }
Here is the call graph for this function:
|