#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 |
| enum SetOp |
| bool Zero | ( | const T & | a, | |
| const T & | tol = (T)ERROR | |||
| ) | [inline] |
| const Real ERROR = 1e-10 |
1.5.3