Define use_xyz in clipper.hpp to allow use of Z values

This commit is contained in:
Roberto Fernandez Bautista 2021-06-01 21:57:29 +01:00 committed by Jon Evans
parent a9a8aa8243
commit 83263784ea
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
// #define use_int32
// 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.
#define use_lines