LibreOffice Module basegfx (master) 1
|
#include <ostream>
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/point/b2ipoint.hxx>
#include <basegfx/vector/b2dsize.hxx>
#include <basegfx/basegfxdllapi.h>
Go to the source code of this file.
Classes | |
class | basegfx::B2DPoint |
Base Point class with two double values. More... | |
Namespaces | |
namespace | basegfx |
Functions | |
BASEGFX_DLLPUBLIC B2DPoint | basegfx::operator* (const B2DHomMatrix &rMat, const B2DPoint &rPoint) |
Transform B2DPoint by given transformation matrix. More... | |
template<typename charT , typename traits > | |
std::basic_ostream< charT, traits > & | basegfx::operator<< (std::basic_ostream< charT, traits > &stream, const B2DPoint &point) |