45 #include "../narrowphase/details.h" 59 result.nearest_points[0],
60 result.nearest_points[1], result.normal);
65 return result.min_distance;
76 result.nearest_points[1],
77 result.nearest_points[0], result.normal);
82 result.normal = -result.normal;
83 return result.min_distance;
request to the distance computation
Half Space: this is equivalent to the Plane in ODE. The separation plane is defined as n * x = d; Poi...
bool capsuleHalfspaceIntersect(const Capsule &s1, const Transform3f &tf1, const Halfspace &s2, const Transform3f &tf2, FCL_REAL &distance, Vec3f &p1, Vec3f &p2, Vec3f &normal)
Capsule It is where is the distance between the point x and the capsule segment AB...
FCL_REAL ShapeShapeDistance< Halfspace, Capsule >(const CollisionGeometry *o1, const Transform3f &tf1, const CollisionGeometry *o2, const Transform3f &tf2, const GJKSolver *, const DistanceRequest &, DistanceResult &result)
collision and distance solver based on GJK algorithm implemented in fcl (rewritten the code from the ...
The geometry for the object for collision or distance computation.
FCL_REAL ShapeShapeDistance< Capsule, Halfspace >(const CollisionGeometry *o1, const Transform3f &tf1, const CollisionGeometry *o2, const Transform3f &tf2, const GJKSolver *, const DistanceRequest &, DistanceResult &result)