Go to the source code of this file.
|
template<typename S > |
FCL_EXPORT bool | fcl::detail::capsuleCapsuleDistance (const Capsule< S > &s1, const Transform3< S > &X_FC1, const Capsule< S > &s2, const Transform3< S > &X_FC2, S *dist, Vector3< S > *p_FW1, Vector3< S > *p_FW2) |
|
template<typename S > |
FCL_EXPORT S | fcl::detail::clamp (S n, S min, S max) |
|
template<typename S > |
FCL_EXPORT S | fcl::detail::closestPtSegmentSegment (const Vector3< S > &p_FP1, const Vector3< S > &p_FQ1, const Vector3< S > &p_FP2, const Vector3< S > &p_FQ2, S *s, S *t, Vector3< S > *p_FC1, Vector3< S > *p_FC2) |
|