33 :
Tuple2D(rTup.getX(), rTup.getY())
Base class for all Points/Vectors with two double values.
static BASEGFX_DLLPUBLIC const B2DTuple & getEmptyTuple()
B2DTuple()
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.
B2IRange fround(const B2DRange &rRange)
Round double to nearest integer for 2D range.