121 rtl_math_approxEqual(rOld1.
getX(), rOld2.
getX()) ? rOld1.
getX() : (rOld1.
getX() + rOld2.
getX()) * 0.5,
122 rtl_math_approxEqual(rOld1.
getY(), rOld2.
getY()) ? rOld1.
getY() : (rOld1.
getY() + rOld2.
getY()) * 0.5);
#define BASEGFX_DLLPUBLIC
Base class for all Points/Vectors with two double values.
B2DTuple operator-(void) const
B2DTuple()
Create a 2D Tuple.
B2DTuple(Tuple2D< double > const &rTuple)
B2DTuple(double fX, double fY)
Create a 2D Tuple.
Base class for all Points/Vectors with two sal_Int32 values.
TYPE getX() const
Get X-Coordinate of 2D Tuple.
TYPE getY() const
Get Y-Coordinate of 2D Tuple.
B2DTuple interpolate(const B2DTuple &rOld1, const B2DTuple &rOld2, double t)
B2DTuple average(const B2DTuple &rOld1, const B2DTuple &rOld2)
B2DTuple absolute(const B2DTuple &rTup)
B2IRange fround(const B2DRange &rRange)
Round double to nearest integer for 2D range.
B2DPoint operator*(const ::basegfx::B2DHomMatrix &rMat, const B2DPoint &rPoint)
B2DTuple operator/(const B2DTuple &rTup, double t)