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.cxx370 double fPointX, double fPointY, in createRotateAroundPoint() argument
385 /* 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()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx125 double fPointX, double fPointY,

Completed in 21 milliseconds