Lines Matching refs:RotatePoint
124 RotatePoint(rPoly[i],rRef,sn,cs); in RotatePoly()
132 RotatePoint(rPoly[i],rRef,sn,cs); in RotateXPoly()
190 RotatePoint(rPnt,Point(),nSin,nCos); in MirrorPoint()
277 RotatePoint(rPnt,rCenter,sn,cs); in CrookRotateXPoint()
294 RotatePoint(*pC1,rCenter,sn,cs); in CrookRotateXPoint()
312 RotatePoint(*pC2,rCenter,sn,cs); in CrookRotateXPoint()
357 RotatePoint(rPnt,rCenter,sn,cs); in CrookSlantXPoint()
358 …if (bC1) { if (bVert) pC1->Y()-=y0-rCenter.Y(); else pC1->X()-=x0-rCenter.X(); RotatePoint(*pC1,rC… in CrookSlantXPoint()
359 …if (bC2) { if (bVert) pC2->Y()-=y0-rCenter.Y(); else pC2->X()-=x0-rCenter.X(); RotatePoint(*pC2,rC… in CrookSlantXPoint()
606 … if (rGeo.nDrehWink!=0) RotatePoint(aPt1,Point(0,0),-rGeo.nSin,rGeo.nCos); // -Sin für Rückdrehung in Poly2Rect()
611 … if (rGeo.nDrehWink!=0) RotatePoint(aPt3,Point(0,0),-rGeo.nSin,rGeo.nCos); // -Sin für Rückdrehung in Poly2Rect()