83template <
typename TYPE>
91template <
typename TYPE>
99template <
typename TYPE>
107template <
typename TYPE>
Size2D< TYPE > operator-(void) const
Size2D< TYPE > & operator*=(Size2D< TYPE > const &rSize)
void setHeight(TYPE const &rHeight)
Size2D< TYPE > & operator/=(TYPE value)
Size2D< TYPE > & operator*=(TYPE value)
bool operator!=(Size2D< TYPE > const &rSize) const
Size2D(Tuple2D< TYPE > const &rTuple)
void setWidth(TYPE const &rWidth)
Size2D< TYPE > & operator+=(Size2D< TYPE > const &rSize)
bool operator==(Size2D< TYPE > const &rSize) const
Size2D(TYPE width, TYPE height)
Size2D< TYPE > & operator-=(Size2D< TYPE > const &rSize)
Size2D< TYPE > & operator/=(Size2D< TYPE > const &rSize)
bool operator!=(const Tuple2D< TYPE > &rTup) const
Tuple2D< TYPE > & operator+=(const Tuple2D< TYPE > &rTup)
TYPE getX() const
Get X-Coordinate of 2D Tuple.
Tuple2D< TYPE > & operator-=(const Tuple2D< TYPE > &rTup)
void setY(TYPE fY)
Set Y-Coordinate of 2D Tuple.
bool operator==(const Tuple2D< TYPE > &rTup) const
Tuple2D< TYPE > & operator/=(const Tuple2D< TYPE > &rTup)
TYPE getY() const
Get Y-Coordinate of 2D Tuple.
void setX(TYPE fX)
Set X-Coordinate of 2D Tuple.
Tuple2D< TYPE > & operator*=(const Tuple2D< TYPE > &rTup)
Tuple2D< TYPE > operator-(void) const
B2ITuple operator+(const B2ITuple &rTupA, const B2ITuple &rTupB)
B2ITuple operator-(const B2ITuple &rTupA, const B2ITuple &rTupB)
B2DPoint operator*(const ::basegfx::B2DHomMatrix &rMat, const B2DPoint &rPoint)
B2DTuple operator/(const B2DTuple &rTup, double t)