verifyCollision method

bool verifyCollision(
  1. CollisionArea other
)

Implementation

bool verifyCollision(CollisionArea other) {
  return shape.isCollision(other.shape);
}