88 B2IPoint& operator=( const ::basegfx::B2ITuple& rPoint );
Base Point class with two sal_Int32 values.
B2IPoint()
Create a 2D Point.
B2IPoint & operator*=(const B2IPoint &rPnt)
*=operator to allow usage from B2IPoint, too
B2IPoint & operator*=(sal_Int32 t)
*=operator to allow usage from B2IPoint, too
B2IPoint(const ::basegfx::B2ITuple &rTuple)
constructor with tuple to allow copy-constructing from B2ITuple-based classes
B2IPoint(sal_Int32 nX, sal_Int32 nY)
Create a 2D Point.
Base class for all Points/Vectors with two sal_Int32 values.
SmFace & operator*=(SmFace &rFace, const Fraction &rFrac)