- 02 Sep, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 07 Feb, 2019 1 commit
-
-
* 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" {} \;
-
- 20 Jun, 2016 1 commit
-
-
jcarpent authored
-
- 14 Jun, 2016 1 commit
-
-
- 30 Jun, 2015 4 commits
-
-
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.
-
- 24 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 16 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 07 Jan, 2014 1 commit
-
-
Florent Lamiraux authored
-