hpp-fcl  3.0.0
HPP fork of FCL -- The Flexible Collision Library
narrowphase_defaults.h File Reference
Include dependency graph for narrowphase_defaults.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hpp
 Main namespace.
 
 hpp::fcl
 

Variables

constexpr size_t hpp::fcl::GJK_DEFAULT_MAX_ITERATIONS = 128
 GJK. More...
 
constexpr FCL_REAL hpp::fcl::GJK_DEFAULT_TOLERANCE = 1e-6
 
constexpr FCL_REAL hpp::fcl::GJK_MINIMUM_TOLERANCE = 1e-6
 
constexpr size_t hpp::fcl::EPA_DEFAULT_MAX_ITERATIONS = 64
 
constexpr FCL_REAL hpp::fcl::EPA_DEFAULT_TOLERANCE = 1e-6
 
constexpr FCL_REAL hpp::fcl::EPA_MINIMUM_TOLERANCE = 1e-6