libs/flake
KoPathSegment.cpp File Reference
#include "KoPathSegment.h"#include "KoPathPoint.h"#include <kdebug.h>#include <QtGui/QPainterPath>#include <QtGui/QMatrix>#include <math.h>
Include dependency graph for KoPathSegment.cpp:

Go to the source code of this file.
Variables | |
| const double | FlatnessTolerance = ldexp(1.0,-MaxRecursionDepth-1) |
| const int | MaxRecursionDepth = 64 |
Variable Documentation
| const double FlatnessTolerance = ldexp(1.0,-MaxRecursionDepth-1) |
Flatness tolerance for finding root params.
Definition at line 30 of file KoPathSegment.cpp.
| const int MaxRecursionDepth = 64 |
Maximal recursion depth for finding root params.
Definition at line 28 of file KoPathSegment.cpp.
