Define use_xyz in clipper.hpp to allow use of Z values
This commit is contained in:
parent
a9a8aa8243
commit
83263784ea
|
@ -41,7 +41,7 @@
|
||||||
// #define use_int32
|
// #define use_int32
|
||||||
|
|
||||||
// use_xyz: adds a Z member to IntPoint. Adds a minor cost to perfomance.
|
// use_xyz: adds a Z member to IntPoint. Adds a minor cost to perfomance.
|
||||||
// #define use_xyz
|
#define use_xyz
|
||||||
|
|
||||||
// use_lines: Enables line clipping. Adds a very minor cost to performance.
|
// use_lines: Enables line clipping. Adds a very minor cost to performance.
|
||||||
#define use_lines
|
#define use_lines
|
||||||
|
|
Loading…
Reference in New Issue