- Dec 08, 2019
-
-
Justin Carpentier authored
-
- Nov 08, 2019
-
-
Lucile Remigy authored
-
- Nov 07, 2019
-
-
Lucile Remigy authored
-
- Oct 09, 2019
-
-
Joseph Mirabel authored
-
- Sep 06, 2019
-
-
Lucile Remigy authored
-
- Sep 02, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Jun 13, 2019
-
-
Joseph Mirabel authored
-
- Feb 07, 2019
-
-
* 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" {} \;
-
- Feb 06, 2019
-
-
stevet authored
-
- Dec 06, 2018
-
-
Florent Lamiraux authored
- old constructor is deprecated.
-
Florent Lamiraux authored
- store const CollisionRequest& as a member instead of CollisionRequest, - remove member CollisionRequest::enable_distance_lower_bound, - modify constructors of all derived classes.
-
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)
-
- Jun 14, 2016
-
-