LibreOffice Module basegfx (master) 1
Namespaces | Macros | Variables
b2dcubicbezier.cxx File Reference
#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>
Include dependency graph for b2dcubicbezier.cxx:

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
 

Macro Definition Documentation

◆ FACTOR_FOR_UNSHARPEN

#define FACTOR_FOR_UNSHARPEN   (1.6)

Definition at line 31 of file b2dcubicbezier.cxx.

Variable Documentation

◆ fMultFactUnsharpen

const double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN

Definition at line 33 of file b2dcubicbezier.cxx.