#include "camtypes.h"#include "pathstrk.h"#include "pathtrap.h"#include "valfunc.h"#include "colormgr.h"#include "dbugtree.h"#include "layer.h"#include "nodepath.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | x0 (pCoords[0].x) |
| #define | y0 (pCoords[0].y) |
| #define | x1 (pCoords[1].x) |
| #define | y1 (pCoords[1].y) |
| #define | x2 (pCoords[2].x) |
| #define | y2 (pCoords[2].y) |
| #define | x3 (pCoords[3].x) |
| #define | y3 (pCoords[3].y) |
Variables | |
| const double | Flatness = 350.0 |
| const double | Flatness2 = Flatness*Flatness |
| const INT32 | MaxRecursionDepth = 20 |
|
|
Definition at line 124 of file pathstrk.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 131 of file pathstrk.cpp. |
|
|
Definition at line 132 of file pathstrk.cpp. |
|
|
Definition at line 134 of file pathstrk.cpp. |
1.4.4