How can I specify tolerance for floating point operation in CGAL library?

158 views Asked by At

Is there a way to specify tolerance for CGAL geometry operations? I use exact_predicates_inexact_constructions kernel for computational speed. However sometimes operations such as determining a point lies within a polygon or not seems to provide outcomes that are contaminated by inaccuracy of the floating point representation. I was wondering if there is a way of providing tolerance for such decisions with CGAL package

0

There are 0 answers