Namespaces | Functions
sphere_capsule.h File Reference
#include "fcl/geometry/shape/sphere.h"
#include "fcl/geometry/shape/capsule.h"
#include "fcl/narrowphase/contact_point.h"
#include "fcl/narrowphase/detail/primitive_shape_algorithm/sphere_capsule-inl.h"
Include dependency graph for sphere_capsule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fcl
 Main namespace.
 
 fcl::detail
 

Functions

template<typename S >
FCL_EXPORT void fcl::detail::lineSegmentPointClosestToPoint (const Vector3< S > &p, const Vector3< S > &s1, const Vector3< S > &s2, Vector3< S > &sp)
 
template<typename S >
FCL_EXPORT bool fcl::detail::sphereCapsuleDistance (const Sphere< S > &s1, const Transform3< S > &tf1, const Capsule< S > &s2, const Transform3< S > &tf2, S *dist, Vector3< S > *p1, Vector3< S > *p2)
 
template<typename S >
FCL_EXPORT bool fcl::detail::sphereCapsuleIntersect (const Sphere< S > &s1, const Transform3< S > &tf1, const Capsule< S > &s2, const Transform3< S > &tf2, std::vector< ContactPoint< S >> *contacts)
 


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50