Go to the documentation of this file.
40 #include "../narrowphase/details.h"
52 const Plane& s2 =
static_cast<const Plane&
>(*o2);
61 const Plane& s1 =
static_cast<const Plane&
>(*o1);
Eigen::Matrix< CoalScalar, 3, 1 > Vec3s
Half Space: this is equivalent to the Plane in ODE. A Half space has a priviledged direction: the dir...
collision and distance solver based on the GJK and EPA algorithms. Originally, GJK and EPA were imple...
COAL_DLLAPI CoalScalar distance(const Matrix3s &R0, const Vec3s &T0, const kIOS &b1, const kIOS &b2, Vec3s *P=NULL, Vec3s *Q=NULL)
Approximate distance between two kIOS bounding volumes.
The geometry for the object for collision or distance computation.
Infinite plane. A plane can be viewed as two half spaces; it has no priviledged direction....
CoalScalar ShapeShapeDistance< Halfspace, Plane >(const CollisionGeometry *o1, const Transform3s &tf1, const CollisionGeometry *o2, const Transform3s &tf2, const GJKSolver *, const bool, Vec3s &p1, Vec3s &p2, Vec3s &normal)
CoalScalar halfspacePlaneDistance(const Halfspace &s1, const Transform3s &tf1, const Plane &s2, const Transform3s &tf2, Vec3s &p1, Vec3s &p2, Vec3s &normal)
return distance between plane and halfspace.
CoalScalar ShapeShapeDistance< Plane, Halfspace >(const CollisionGeometry *o1, const Transform3s &tf1, const CollisionGeometry *o2, const Transform3s &tf2, const GJKSolver *, const bool, Vec3s &p1, Vec3s &p2, Vec3s &normal)
hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:58