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

move simplex.h to be a public header #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikebentley15
Copy link

Summary

This pull request

  • makes simplex.h a public header.
  • makes support.h a public header (since simplex.h includes support.h)

Why

Many projects using libccd want access to simplex.h. For example, FCL requires the use of simplex.h for collision checking. In the case of FCL, they have copied over their own version of simplex.h to access those functions (stored in include/fcl/narrowphase/detail/convexity_based_algorithm/simplex.h). It would be better if this file were just made public so projects like FCL did not require their own (potentially obsolete) copy of simplex.h in their code base.

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

Successfully merging this pull request may close these issues.

1 participant