47 const Transform3<double>& X_FS,
49 const Transform3<double>& X_FC,
50 std::vector<ContactPoint<double>>* contacts);
56 const Transform3<double>& X_FS,
58 const Transform3<double>& X_FC,
59 double*
distance, Vector3<double>* p_FSc,
60 Vector3<double>* p_FCs);
template void distance(DistanceTraversalNodeBase< double > *node, BVHFrontList *front_list, int qsize)
template FCL_EXPORT bool sphereCylinderDistance(const Sphere< double > &sphere, const Transform3< double > &X_FS, const Cylinder< double > &cylinder, const Transform3< double > &X_FC, double *distance, Vector3< double > *p_FSc, Vector3< double > *p_FCs)
template FCL_EXPORT bool sphereCylinderIntersect(const Sphere< double > &sphere, const Transform3< double > &X_FS, const Cylinder< double > &cylinder, const Transform3< double > &X_FC, std::vector< ContactPoint< double >> *contacts)
template class FCL_EXPORT Cylinder< double >
template class FCL_EXPORT Sphere< double >