Ejemplo n.º 1
0
 /**
  * Return a IPoly that is the intersection of this polygon with the given polygon.
  * The returned polygon could be complex.
  *
  * @return the returned IPoly will be an instance of PolyDefault.
  */
 public IPoly Intersection(IPoly p)
 {
     return(Clipper.Intersection(p, this, GetType()));
 }