Class Polygon2D


  • public final class Polygon2D
    extends EdgeTree
    2D polygon implementation represented as a balanced interval tree of edges.

    Loosely based on the algorithm described in http://www-ma2.upc.es/geoc/Schirra-pointPolygon.pdf.

    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.