Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compare_distance predicate, and more #36

Open
AndrewB330 opened this issue Mar 14, 2025 · 0 comments
Open

compare_distance predicate, and more #36

AndrewB330 opened this issue Mar 14, 2025 · 0 comments

Comments

@AndrewB330
Copy link

Hello! I am working on my library for geometry algorithms and recently I realized that for some implementations I would need more exact predicates, other than just orient and incircle. One example of the predicate that I need and could be very useful in general is "compare_distance(a, b, c)", which compares distances a-to-c and b-to-c, and returns value below 0 if a-to-c is smaller, exactly 0 if distances are the same and value above zero if b-to-c is smaller.

I am willing to to try to implement it, I think I more or less have an idea what is happening in the code in the library. The question is, are you open for adding more predicates to this library, or is it limited only to those that are implemented in original predicates.c and have proofs in the paper?

Overall very useful library! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant