Go to the source code of this file.
|
template<typename TYPE > |
Tuple2D< TYPE > | basegfx::operator- (const Tuple2D< TYPE > &rTupA, const Tuple2D< TYPE > &rTupB) |
|
template<typename TYPE > |
Tuple2D< TYPE > | basegfx::operator+ (const Tuple2D< TYPE > &rTupA, const Tuple2D< TYPE > &rTupB) |
|
template<typename TYPE > |
Tuple2D< TYPE > | basegfx::operator* (const Tuple2D< TYPE > &rTupA, const Tuple2D< TYPE > &rTupB) |
|
template<typename TYPE > |
Tuple2D< TYPE > | basegfx::operator/ (const Tuple2D< TYPE > &rTupA, const Tuple2D< TYPE > &rTupB) |
|