Go to the source code of this file.
Classes | |
struct | PtCoefs |
struct | Point2 |
class | PathUtil |
Base class for path utility static functions. These functions operate on sections of paths, ie lists of doc coords, but do not process complete paths and hence cannot be included as member functions of the paths class. The class contains no member variables, just static member functions which would otherwise be global if not for the fabby idea of encompasing them together under a class structure. More... | |
Defines | |
#define | SGN(a) (((a)<0) ? -1 : 0) |
#define | MIN(a, b) (((a)<(b))?(a):(b)) |
#define | MAX(a, b) (((a)>(b))?(a):(b)) |
Typedefs | |
typedef Point2 | Vector2 |
Variables | |
const double | SPLIT_EPSILON = 0.00005 |
|
Definition at line 125 of file pathutil.h. |
|
Definition at line 124 of file pathutil.h. |
|
Definition at line 123 of file pathutil.h. |
|
Definition at line 121 of file pathutil.h. |
|
Definition at line 105 of file pathutil.h. |