-
Notifications
You must be signed in to change notification settings - Fork 288
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
Minkowski in export header #836
Comments
I managed to get it working in C and the addition of the Minkowski operators was rather easy. I simply added these lines to
I added the conversion for a single path for convenience:
|
I'd love to contribute these changes, but I've never done this. How can I apply this addition to the repo, or a branch for example? |
@julvdb: Generally speaking, in order to contribute code, you want to 1) fork this "upstream" repo in GitHub (if you didn't already), 2) create a new branch in your fork, 3) commit your changes to the new branch, 4) push the new branch to GitHub, and finally 5) open a pull request from your fork's branch to the upstream repo's main branch. Does that make sense? Any particular step you are struggling with? |
Hi Jul. Sure, it just hasn't been a high priority. I will get around to it at some stage, I'm just not sure when. |
Hello!
First of all, kudos for your work on this project! It seems to have exactly what I need.
However, I noticed that the Minkowski sum/difference part of the library is not included in the export header.
Is this something that can be added in the future?
I'm working on a project that is coded in C and I'd like to link to this library to use the Minkowski sum and difference.
Is it a matter of adding some
extern "C"
lines in the export header or does it require more tedious programming?Let me know!
Thanks in advance,
Jul
The text was updated successfully, but these errors were encountered: