2019-09-13 14:16:37 +00:00
|
|
|
// Hackish wrapper around the ClipperLib library to compile the Clipper library with the Z support.
|
|
|
|
|
|
|
|
// Enable the Z coordinate support.
|
2021-04-21 18:15:49 +00:00
|
|
|
#define CLIPPERLIB_USE_XYZ
|
2019-09-13 14:16:37 +00:00
|
|
|
|
|
|
|
// and let it compile
|
|
|
|
#include "clipper.cpp"
|