Home
last modified time | relevance | path

Searched refs:fPointX (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx366 double fPointX, double fPointY, in createRotateAroundPoint() argument
381 /* Row 0, Column 2 */ (fPointX * (1.0 - fCos)) + (fSin * fPointY), in createRotateAroundPoint()
384 /* Row 1, Column 2 */ (fPointY * (1.0 - fCos)) - (fSin * fPointX)); in createRotateAroundPoint()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx125 double fPointX, double fPointY,