Merge pull request #167 from jmirabel/devel
Add function to generate the convex hull.
No related branches found
No related tags found
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- CMakeLists.txt 18 additions, 0 deletionsCMakeLists.txt
- doc/python/xml_docstring.py 4 additions, 4 deletionsdoc/python/xml_docstring.py
- include/hpp/fcl/BVH/BVH_model.h 16 additions, 2 deletionsinclude/hpp/fcl/BVH/BVH_model.h
- include/hpp/fcl/shape/convex.h 3 additions, 0 deletionsinclude/hpp/fcl/shape/convex.h
- include/hpp/fcl/shape/details/convex.hxx 2 additions, 2 deletionsinclude/hpp/fcl/shape/details/convex.hxx
- include/hpp/fcl/shape/geometric_shapes.h 22 additions, 2 deletionsinclude/hpp/fcl/shape/geometric_shapes.h
- python/collision-geometries.cc 14 additions, 1 deletionpython/collision-geometries.cc
- src/BVH/BVH_model.cpp 8 additions, 0 deletionssrc/BVH/BVH_model.cpp
- src/CMakeLists.txt 69 additions, 0 deletionssrc/CMakeLists.txt
- src/shape/convex.cpp 144 additions, 0 deletionssrc/shape/convex.cpp
- src/shape/geometric_shapes.cpp 11 additions, 8 deletionssrc/shape/geometric_shapes.cpp
- test/CMakeLists.txt 3 additions, 0 deletionstest/CMakeLists.txt
- test/convex.cpp 80 additions, 0 deletionstest/convex.cpp
- test/python_unit/geometric_shapes.py 17 additions, 0 deletionstest/python_unit/geometric_shapes.py
- third-parties/qhull 1 addition, 0 deletionsthird-parties/qhull
Loading
Please register or sign in to comment