38 #ifndef FCL_COLLISIONREQUEST_INL_H
39 #define FCL_COLLISIONREQUEST_INL_H
50 struct CollisionRequest<double>;
55 size_t num_max_contacts_,
57 size_t num_max_cost_sources_,
59 bool use_approximate_cost_,
64 num_max_cost_sources(num_max_cost_sources_),
65 enable_cost(enable_cost_),
66 use_approximate_cost(use_approximate_cost_),
67 gjk_solver_type(gjk_solver_type_),
68 enable_cached_gjk_guess(false),
69 cached_gjk_guess(
Vector3<S>::UnitX()),
70 gjk_tolerance(gjk_tolerance_)