danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

move simplex.h to be a public header #58

Open mikebentley15 opened 4 years ago

mikebentley15 commented 4 years ago

Summary

This pull request

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.