- Dec 13, 2019
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Sep 25, 2019
-
-
Lucile Remigy authored
-
- Sep 02, 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" {} \;
-
- Jun 20, 2016
-
-
jcarpent authored
-
- Jun 14, 2016
-
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- copied code from Wildmagic (http://www.geometrictools.com) nodified boost license. - collision detection calls distance function.
-
Florent Lamiraux authored
- use API distance function instead of selecting gjk solver.
-
- Apr 24, 2015
-
-
Jeongseok Lee authored
-
- Apr 16, 2015
-
-
Jeongseok Lee authored
-
- Jan 07, 2014
-
-
Florent Lamiraux authored
-