Merge pull request #78 from jmirabel/python
Enable Convex / Convex queries + Add Python bindings.
No related branches found
No related tags found
Showing
- CMakeLists.txt 12 additions, 3 deletionsCMakeLists.txt
- doc/gjk.py 25 additions, 13 deletionsdoc/gjk.py
- include/hpp/fcl/BVH/BVH_model.h 110 additions, 65 deletionsinclude/hpp/fcl/BVH/BVH_model.h
- include/hpp/fcl/collision_object.h 1 addition, 3 deletionsinclude/hpp/fcl/collision_object.h
- include/hpp/fcl/data_types.h 13 additions, 7 deletionsinclude/hpp/fcl/data_types.h
- include/hpp/fcl/fwd.hh 3 additions, 0 deletionsinclude/hpp/fcl/fwd.hh
- include/hpp/fcl/math/transform.h 46 additions, 70 deletionsinclude/hpp/fcl/math/transform.h
- include/hpp/fcl/mesh_loader/loader.h 4 additions, 4 deletionsinclude/hpp/fcl/mesh_loader/loader.h
- include/hpp/fcl/narrowphase/gjk.h 5 additions, 3 deletionsinclude/hpp/fcl/narrowphase/gjk.h
- include/hpp/fcl/shape/convex.h 97 additions, 0 deletionsinclude/hpp/fcl/shape/convex.h
- include/hpp/fcl/shape/details/convex.hxx 233 additions, 0 deletionsinclude/hpp/fcl/shape/details/convex.hxx
- include/hpp/fcl/shape/geometric_shapes.h 29 additions, 167 deletionsinclude/hpp/fcl/shape/geometric_shapes.h
- include/hpp/fcl/shape/geometric_shapes_utility.h 3 additions, 3 deletionsinclude/hpp/fcl/shape/geometric_shapes_utility.h
- python/CMakeLists.txt 58 additions, 0 deletionspython/CMakeLists.txt
- python/collision-geometries.cc 240 additions, 0 deletionspython/collision-geometries.cc
- python/collision.cc 91 additions, 0 deletionspython/collision.cc
- python/distance.cc 74 additions, 0 deletionspython/distance.cc
- python/fcl.cc 70 additions, 0 deletionspython/fcl.cc
- python/fcl.hh 9 additions, 0 deletionspython/fcl.hh
- python/math.cc 110 additions, 0 deletionspython/math.cc
Loading
Please register or sign in to comment