Class S2EdgeUtil.WedgeContainsOrIntersects

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int test​(S2Point a0, S2Point ab1, S2Point a2, S2Point b0, S2Point b2)
      Given two edge chains (see WedgeRelation above), this function returns +1 if A contains B, 0 if A and B are disjoint, and -1 if A intersects but does not contain B.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WedgeContainsOrIntersects

        public WedgeContainsOrIntersects()
    • Method Detail