Lines Matching refs:rRad
98 inline double GetCrookAngle(Point& rPnt, const Point& rCenter, const Point& rRad, FASTBOOL bVertica…
105 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert);
107 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert);
109 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert,
112 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
113 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
114 void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, con…
116 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
117 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
118 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,…
153 inline double GetCrookAngle(Point& rPnt, const Point& rCenter, const Point& rRad, FASTBOOL bVertica… in GetCrookAngle() argument
158 nWink=(double)dy/(double)rRad.Y(); in GetCrookAngle()
162 nWink=(double)dx/(double)rRad.X(); in GetCrookAngle()