Closed DanielaCabiddu closed 3 years ago
The implementation of exact predicates is external to cinolib. If you want to use them, you must define the symbol CINOLIB_USES_EXACT_PREDICATES
at compilation time and include in your project the file cinolib/external/predicates/shewchuk.c
Files predicates.h/cpp
Functions
are implemented if and only if CINOLIB_USES_EXACT_PREDICATES are not defined.
If CINOLIB_USES_EXACT_PREDICATES is defined, building errors occur : Undefined reference to
orient2d' /
orient3d'.