Help for this page

Select Code to Download


  1. or download this
    #include <iostream>
    
    ...
      Shape *shape2 = new Circle();
      shape1->intersect(shape2);
    }
    
  2. or download this
    (Determining type of second shape)
    Intersect polygon with circle
    
  3. or download this
    package MyModule;
    
    ...
        # ...
      };
      return !$@;