Replies: 1 comment
-
You likely shouldn't be at this level, but should rather choose and use a kernel that will provide the exact predicates that you need. You can have a look at: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, If I want to know if a point is on a segment(like use "bounded_side"), when the number type is double, the result maybe is wrong.
If I specialize the template function "CGAL::compare" like this(from network):
OK, the "bounded_side" has a correct result now.
But I dont know that
CGAL::intersection
,CGAL::join
... , these functions can also get the correct results I want.And I can't find anything in the documentation about: "How to specialize those templates" and "which templates should be specialized".
Someone help?
Sorry about my english.
Beta Was this translation helpful? Give feedback.
All reactions