LibreOffice Module basegfx (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
namespace | basegfx::utils |
Functions | |
void | basegfx::utils::infiniteLineFromParallelogram (::basegfx::B2DPoint &io_rLeftTop, ::basegfx::B2DPoint &io_rLeftBottom, ::basegfx::B2DPoint &io_rRightTop, ::basegfx::B2DPoint &io_rRightBottom, const ::basegfx::B2DRange &rFitTarget) |
Expand given parallelogram, such that it extends beyond bound rect in a given direction. More... | |
B2DPolyPolygon | basegfx::utils::number2PolyPolygon (double fVal, sal_Int32 nTotalDigits, sal_Int32 nDecPlaces, bool bLitSegments=true) |
Creates polypolygon with the given number as seven-segment digits. More... | |