29 rMat.get(0, 0) *
mfX +
30 rMat.get(0, 1) *
mfY +
33 rMat.get(1, 0) *
mfX +
34 rMat.get(1, 1) *
mfY +
Base Point class with two double values.
B2DPoint & operator*=(const B2DPoint &rPnt)
*=operator to allow usage from B2DPoint, too
B2DPoint operator*(const ::basegfx::B2DHomMatrix &rMat, const B2DPoint &rPoint)