LibreOffice Module basegfx (master) 1
Classes | Namespaces | Functions
b2dpoint.hxx File Reference
#include <ostream>
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/point/b2ipoint.hxx>
#include <basegfx/vector/b2dsize.hxx>
#include <basegfx/basegfxdllapi.h>
Include dependency graph for b2dpoint.hxx:
This graph shows which files directly or indirectly include this file:

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)