LibreOffice Module basegfx (master) 1
|
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/basegfxdllapi.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | basegfx::triangulator::B2DTriangle |
Namespaces | |
namespace | basegfx |
namespace | basegfx::triangulator |
Typedefs | |
typedef ::std::vector< B2DTriangle > | basegfx::triangulator::B2DTriangleVector |
Functions | |
BASEGFX_DLLPUBLIC B2DTriangleVector | basegfx::triangulator::triangulate (const ::basegfx::B2DPolygon &rCandidate) |
BASEGFX_DLLPUBLIC B2DTriangleVector | basegfx::triangulator::triangulate (const ::basegfx::B2DPolyPolygon &rCandidate) |