Class GeoComplexPolygon.Edge

java.lang.Object
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Edge
Enclosing class:
GeoComplexPolygon

private static class GeoComplexPolygon.Edge extends Object
An instance of this class describes a single edge, and includes what is necessary to reliably determine intersection in the context of the even/odd algorithm used.
  • Field Details

  • Constructor Details

  • Method Details

    • isWithin

      public boolean isWithin(double thePointX, double thePointY, double thePointZ)