![]() |
Class to calculate intersections between Boxes and Planes. More...
#include <SurgSim/Collision/BoxPlaneDcdContact.h>
Public Member Functions | |
BoxPlaneDcdContact () | |
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 Boxes and Planes.
SurgSim::Collision::BoxPlaneDcdContact::BoxPlaneDcdContact | ( | ) |
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.