In my CS class, I have to make a class Rectangle2D and this is one of the required functions: A function contains(Rectangle2D &r) that returns TRUE if rectangle r is inside this rectangle2D. I have all of the rest of it done but I am having trouble with this part. This is what I have so far: