detectCollision method
Detect collision of the shapes provided
Implementation
void detectCollision(Shape shape1,Shape shape2, ContactManifold manifold) {
printError("CollisionDetector", "Inheritance error.");
}
Detect collision of the shapes provided
void detectCollision(Shape shape1,Shape shape2, ContactManifold manifold) {
printError("CollisionDetector", "Inheritance error.");
}