Searched refs:fPointX (Results 1 – 2 of 2) sorted by relevance
370 double fPointX, double fPointY, in createRotateAroundPoint() argument385 /* Row 0, Column 2 */ (fPointX * (1.0 - fCos)) + (fSin * fPointY), in createRotateAroundPoint()388 /* Row 1, Column 2 */ (fPointY * (1.0 - fCos)) - (fSin * fPointX)); in createRotateAroundPoint()
125 double fPointX, double fPointY,
Completed in 12 milliseconds