-
- Downloads
Narrowphase: move MinkowskiDiff and support functions to separate file
For the ContactPatchSolver, I need to have access to the support functions in the same efficient way as GJK. For this reason, I moved the MinkowskiDifference and all the support functions to their own .h/.hxx files.
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- include/hpp/fcl/narrowphase/gjk.h 1 addition, 159 deletionsinclude/hpp/fcl/narrowphase/gjk.h
- include/hpp/fcl/narrowphase/minkowski_difference.h 185 additions, 0 deletionsinclude/hpp/fcl/narrowphase/minkowski_difference.h
- include/hpp/fcl/narrowphase/minkowski_difference.hxx 300 additions, 0 deletionsinclude/hpp/fcl/narrowphase/minkowski_difference.hxx
- include/hpp/fcl/narrowphase/support_functions.h 151 additions, 0 deletionsinclude/hpp/fcl/narrowphase/support_functions.h
- include/hpp/fcl/narrowphase/support_functions.hxx 411 additions, 0 deletionsinclude/hpp/fcl/narrowphase/support_functions.hxx
- src/CMakeLists.txt 2 additions, 0 deletionssrc/CMakeLists.txt
- src/narrowphase/gjk.cpp 0 additions, 611 deletionssrc/narrowphase/gjk.cpp
- src/narrowphase/minkowski_difference.cpp 24 additions, 0 deletionssrc/narrowphase/minkowski_difference.cpp
- src/narrowphase/support_functions.cpp 15 additions, 0 deletionssrc/narrowphase/support_functions.cpp
Loading
Please register or sign in to comment