38 #ifndef FCL_CONTINUOUSCOLLISIONREQUEST_INL_H 39 #define FCL_CONTINUOUSCOLLISIONREQUEST_INL_H 41 #include "fcl/narrowphase/continuous_collision_request.h" 48 struct ContinuousCollisionRequest<double>;
52 ContinuousCollisionRequest<S>::ContinuousCollisionRequest(
53 std::size_t num_max_iterations_,
55 CCDMotionType ccd_motion_type_,
57 CCDSolverType ccd_solver_type_)
58 : num_max_iterations(num_max_iterations_),
60 ccd_motion_type(ccd_motion_type_),
61 gjk_solver_type(gjk_solver_type_),
62 ccd_solver_type(ccd_solver_type_)
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
GJKSolverType
Type of narrow phase GJK solver.
Definition: gjk_solver_type.h:45