Class GeoComplexPolygon.SectorLinearCrossingEdgeIterator

    • Field Detail

      • plane

        private final Plane plane
      • abovePlane

        private final Plane abovePlane
      • belowPlane

        private final Plane belowPlane
      • thePointX

        private final double thePointX
      • thePointY

        private final double thePointY
      • thePointZ

        private final double thePointZ
      • onEdge

        private boolean onEdge
      • aboveCrossingCount

        private int aboveCrossingCount
      • belowCrossingCount

        private int belowCrossingCount
    • Constructor Detail

      • SectorLinearCrossingEdgeIterator

        public SectorLinearCrossingEdgeIterator​(GeoPoint testPoint,
                                                Plane plane,
                                                Plane abovePlane,
                                                Plane belowPlane,
                                                double thePointX,
                                                double thePointY,
                                                double thePointZ)