Definition at line 127 of file CxRectZTiler.h. References CxMax(), mPosX3d, mPosY3d, mPosY3dInc, and mPosZ3d. 00128 { 00129 if (mPosX3d > 2) 00130 { 00131 mPosX3d = 0; 00132 mPosY3d += mPosY3dInc; 00133 mPosY3dInc = 0; 00134 //if (mPosY3d > mWndHeight) 00135 // mPosY3d = 0; 00136 } 00137 pX3d = mPosX3d + imW/2; 00138 pY3d = mPosY3d + imH/2; 00139 pZ3d = mPosZ3d; 00140 mPosX3d += imW; 00141 mPosY3dInc = CxMax(mPosY3dInc, imH); 00142 }
Here is the call graph for this function:
|