LibreOffice Module basegfx (master) 1
|
#include <basegfx/curve/b2dcubicbezier.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <osl/diagnose.h>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
Macros | |
#define | FACTOR_FOR_UNSHARPEN (1.6) |
Variables | |
const double | fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN |
#define FACTOR_FOR_UNSHARPEN (1.6) |
Definition at line 31 of file b2dcubicbezier.cxx.
const double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN |
Definition at line 33 of file b2dcubicbezier.cxx.