georust / georust/robust

compare_distance predicate, and more

Open
#36 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
108
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.