#include "curve_helper.h"
#include "curveset.h"
#include "blinepoint.h"
#include <ETL/bezier>
#include <vector>
#include <list>
#include <set>
Enumerations | |
| enum | SetOp { INTERSECT = 0, UNION, SUBTRACT, INVSUBTRACT, NUM_SETOPERATIONS } |
Functions | |
| template<typename T> | |
| bool | Zero (const T &a, const T &tol=(T) ERROR) |
Variables | |
| const Real | ERROR = 1e-10 |
|
|
|
|
||||||||||||||||
|
|
|
|
|
1.4.6