Skip to content

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