S2Polygon.intersects

Return true if this polygon intersects the given other polygon, i.e. if there is a point that is contained by both polygons.

  1. bool intersects(S2Polygon b)
    class S2Polygon
    bool
    intersects
  2. bool intersects(S2Polyline b)

Meta