![]() |
Class to calculate intersections between Spheres and DoubleSidedPlanes. More...
#include <SurgSim/Collision/SphereDoubleSidedPlaneDcdContact.h>
Public Member Functions | |
SphereDoubleSidedPlaneDcdContact () | |
Constructor. More... | |
virtual std::pair< int, int > | getShapeTypes () override |
Function that returns the shapes between which this class performs collision detection. More... | |
![]() | |
ContactCalculation () | |
Constructor. More... | |
virtual | ~ContactCalculation () |
Destructor. More... | |
void | calculateContact (std::shared_ptr< CollisionPair > pair) |
Function that handles asymmetric pair and calls the actual contact calculation routine of the sub class. More... | |
Private Member Functions | |
virtual void | doCalculateContact (std::shared_ptr< CollisionPair > pair) |
Calculate the actual contact between two shapes of the given CollisionPair. More... | |
Class to calculate intersections between Spheres and DoubleSidedPlanes.
SurgSim::Collision::SphereDoubleSidedPlaneDcdContact::SphereDoubleSidedPlaneDcdContact | ( | ) |
Constructor.
|
privatevirtual |
Calculate the actual contact between two shapes of the given CollisionPair.
pair | The symmetric pair that is under consideration. |
Implements SurgSim::Collision::ContactCalculation.
|
overridevirtual |
Function that returns the shapes between which this class performs collision detection.
Implements SurgSim::Collision::ContactCalculation.