1 #ifndef PMPL_SPHERES_COLLISION_DETECTION_H_
2 #define PMPL_SPHERES_COLLISION_DETECTION_H_
27 const GMSPolyhedron& _polyhedron1,
const mathtool::Transformation& _t1,
28 const GMSPolyhedron& _polyhedron2,
const mathtool::Transformation& _t2,
56 const GMSPolyhedron& _polyhedron1,
const mathtool::Transformation& _t1,
57 const GMSPolyhedron& _polyhedron2,
const mathtool::Transformation& _t2,
Definition: SpheresCollisionDetection.h:13
virtual bool IsInCollision(const GMSPolyhedron &_polyhedron1, const mathtool::Transformation &_t1, const GMSPolyhedron &_polyhedron2, const mathtool::Transformation &_t2, CDInfo &_cdInfo) override
Definition: SpheresCollisionDetection.cpp:14
BoundingSpheres()
Definition: SpheresCollisionDetection.cpp:9
Definition: CollisionDetectionMethod.h:19
Definition: GMSPolyhedron.h:42
Definition: SpheresCollisionDetection.h:42
virtual bool IsInCollision(const GMSPolyhedron &_polyhedron1, const mathtool::Transformation &_t1, const GMSPolyhedron &_polyhedron2, const mathtool::Transformation &_t2, CDInfo &_cdInfo) override
Definition: SpheresCollisionDetection.cpp:39
InsideSpheres()
Definition: SpheresCollisionDetection.cpp:34