- 27 Sep, 2019 2 commits
-
-
Lucile Remigy authored
-
Lucile Remigy authored
-
- 03 Sep, 2019 1 commit
-
-
Lucile Remigy authored
-
- 02 Sep, 2019 3 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Lucile Remigy authored
-
- 29 Aug, 2019 1 commit
-
-
Lucile Remigy authored
-
- 28 Aug, 2019 1 commit
-
-
Lucile Remigy authored
-
- 13 Jun, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 13 Apr, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 07 Feb, 2019 2 commits
-
-
-
* Commands executed: * find include src test -iname "*.h" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$i} // namespace hpp\n" {} \; * find src -iname "*.cpp" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$a\\\n} // namespace hpp" {} \; * find test/ -iname "*.cpp" -type f -exec sed -i "s/using namespace fcl/using namespace hpp::fcl/; s/fcl::/hpp::fcl::/g" {} \;
-
- 06 Dec, 2018 2 commits
-
-
Florent Lamiraux authored
- overlap method without sqrDistLowerBound as an argument call the method with sqrDistLowerBound as an argument.
-
Florent Lamiraux authored
void collide(CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound, BVHFrontList* front_list) -> void collide(CollisionTraversalNodeBase* node, const CollisionRequest& request, CollisionResult& result, BVHFrontList* front_list), void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound, BVHFrontList* front_list) -> void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node, const CollisionRequest& request, CollisionResult& result, BVHFrontList* front_list)
-
- 17 May, 2017 1 commit
-
-
- 14 Jun, 2016 6 commits
-
-
- 01 Apr, 2016 2 commits
-
-
- 15 Mar, 2016 1 commit
-
-
- 30 Jun, 2015 1 commit
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-